Redundant braces.
This commit is contained in:
parent
d93860f055
commit
69e465ea5b
@ -1861,7 +1861,7 @@ quoteInline =
|
|||||||
# remove the corresponding table or loading td
|
# remove the corresponding table or loading td
|
||||||
$.rm $.x "following::*[@id='i#{id}']", @
|
$.rm $.x "following::*[@id='i#{id}']", @
|
||||||
else
|
else
|
||||||
return if $.x("ancestor::*[@id='#{id}']", @)
|
return if $.x "ancestor::*[@id='#{id}']", @
|
||||||
quoteInline.add @, id
|
quoteInline.add @, id
|
||||||
@classList.toggle 'inlined'
|
@classList.toggle 'inlined'
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user