return asap
This commit is contained in:
parent
2d75eedc54
commit
62ee272a06
@ -1745,10 +1745,10 @@
|
|||||||
},
|
},
|
||||||
toggle: function(e) {
|
toggle: function(e) {
|
||||||
var el, id, inline, req, root, table, threadID;
|
var el, id, inline, req, root, table, threadID;
|
||||||
e.preventDefault();
|
|
||||||
if (!(id = this.hash.slice(1))) {
|
if (!(id = this.hash.slice(1))) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
e.preventDefault();
|
||||||
root = $.x('ancestor::td[1]', this);
|
root = $.x('ancestor::td[1]', this);
|
||||||
if (table = $("#i" + id, root)) {
|
if (table = $("#i" + id, root)) {
|
||||||
$.rm(table);
|
$.rm(table);
|
||||||
|
|||||||
@ -1397,8 +1397,8 @@ quoteInline =
|
|||||||
quote.removeAttribute 'onclick'
|
quote.removeAttribute 'onclick'
|
||||||
$.bind quote, 'click', quoteInline.toggle
|
$.bind quote, 'click', quoteInline.toggle
|
||||||
toggle: (e) ->
|
toggle: (e) ->
|
||||||
e.preventDefault()
|
|
||||||
return unless id = @hash[1..]
|
return unless id = @hash[1..]
|
||||||
|
e.preventDefault()
|
||||||
root = $.x 'ancestor::td[1]', @
|
root = $.x 'ancestor::td[1]', @
|
||||||
if table = $ "#i#{id}", root
|
if table = $ "#i#{id}", root
|
||||||
$.rm table
|
$.rm table
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user