Add a class to the quick report button.
This commit is contained in:
parent
9bffe59a43
commit
65a6df1f0a
@ -1798,6 +1798,7 @@
|
||||
var a, span;
|
||||
span = $('span[id^=no]', root);
|
||||
a = $.el('a', {
|
||||
className: 'quickreport',
|
||||
innerHTML: '[ ! ]'
|
||||
});
|
||||
$.bind(a, 'click', quickReport.cb.report);
|
||||
|
||||
@ -1426,6 +1426,7 @@ quickReport =
|
||||
node: (root) ->
|
||||
span = $ 'span[id^=no]', root
|
||||
a = $.el 'a',
|
||||
className: 'quickreport'
|
||||
innerHTML: '[ ! ]'
|
||||
$.bind a, 'click', quickReport.cb.report
|
||||
$.after span, a
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user