God damn.
This commit is contained in:
parent
312f0bcd34
commit
68459914c1
@ -2339,7 +2339,7 @@
|
||||
e.preventDefault();
|
||||
id = this.hash.slice(1);
|
||||
if (/\binlined\b/.test(this.className)) {
|
||||
$.rm = $.x("following::*[@id='i" + id + "']", this);
|
||||
$.rm($.x("following::*[@id='i" + id + "']", this));
|
||||
} else {
|
||||
if ($.x("ancestor::*[@id='" + id + "']", this)) return;
|
||||
quoteInline.add(this, id);
|
||||
|
||||
@ -1804,7 +1804,7 @@ quoteInline =
|
||||
id = @hash[1..]
|
||||
if /\binlined\b/.test @className
|
||||
# remove the corresponding table or loading td
|
||||
$.rm = $.x "following::*[@id='i#{id}']", @
|
||||
$.rm $.x "following::*[@id='i#{id}']", @
|
||||
else
|
||||
return if $.x("ancestor::*[@id='#{id}']", @)
|
||||
quoteInline.add @, id
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user