This commit is contained in:
Mayhem 2014-02-23 02:08:51 +01:00
parent 9816866889
commit 3f2aeff448
2 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ class Clone extends Post
for inlined in $$ '.inlined', post
$.rmClass inlined, 'inlined'
root.hidden = false # post hiding
root.hidden = post.hidden = false # post hiding
$.rmClass root, 'forwarded' # quote inlining
$.rmClass post, 'highlight' # keybind navigation, ID highlighting

View File

@ -83,7 +83,7 @@ Get =
clone = post.addClone context
Main.callbackNodes Clone, [clone]
# Get rid of the side arrows.
# Get rid of the side arrows/stubs.
{nodes} = clone
$.rmAll nodes.root
$.add nodes.root, nodes.post