mirror of
https://github.com/gSpotx2f/ruantiblock_openwrt.git
synced 2026-05-14 14:40:58 +00:00
luci-app: abstract-log.js
This commit is contained in:
@@ -469,8 +469,8 @@ return baseclass.extend({
|
|||||||
let tailReset = E('input', {
|
let tailReset = E('input', {
|
||||||
'type' : 'button',
|
'type' : 'button',
|
||||||
'form' : 'logForm',
|
'form' : 'logForm',
|
||||||
'class': 'cbi-button btn cbi-button-reset',
|
'class': 'cbi-button btn',
|
||||||
'value': 'Χ',
|
'value': '×',
|
||||||
'click': ev => {
|
'click': ev => {
|
||||||
tailInput.value = null;
|
tailInput.value = null;
|
||||||
logFormSubmitBtn.click();
|
logFormSubmitBtn.click();
|
||||||
|
|||||||
Reference in New Issue
Block a user