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