luci-app: abstract-log.js

This commit is contained in:
gSpot
2023-02-12 15:10:53 +03:00
parent 50d8fa812a
commit a951227fad
@@ -469,8 +469,8 @@ return baseclass.extend({
let tailReset = E('input', {
'type' : 'button',
'form' : 'logForm',
'class': 'cbi-button btn cbi-button-reset',
'value': 'Χ',
'class': 'cbi-button btn',
'value': '×',
'click': ev => {
tailInput.value = null;
logFormSubmitBtn.click();