Do not break the report button.
This commit is contained in:
parent
94dd966c8f
commit
17f2d6e8b6
@ -1697,7 +1697,7 @@
|
||||
for (_i = 0, _len = arr.length; _i < _len; _i++) {
|
||||
el = arr[_i];
|
||||
a = $.el('a', {
|
||||
textContent: '[ ! ]'
|
||||
innerHTML: '[ ! ]'
|
||||
});
|
||||
$.bind(a, 'click', quickReport.cb.report);
|
||||
$.after(el, a);
|
||||
|
||||
@ -1325,7 +1325,7 @@ quickReport =
|
||||
arr = $$ 'span[id^=no]', root
|
||||
for el in arr
|
||||
a = $.el 'a',
|
||||
textContent: '[ ! ]'
|
||||
innerHTML: '[ ! ]'
|
||||
$.bind a, 'click', quickReport.cb.report
|
||||
$.after el, a
|
||||
$.after el, $.tn(' ')
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user