Close dump list when everythings posted, @zixaphir
This commit is contained in:
parent
3315a244dc
commit
23e508d7c0
@ -542,6 +542,7 @@ QR =
|
|||||||
index = QR.posts.indexOf @
|
index = QR.posts.indexOf @
|
||||||
if QR.posts.length is 1
|
if QR.posts.length is 1
|
||||||
new QR.post true
|
new QR.post true
|
||||||
|
$.rmClass QR.nodes.el, 'dump'
|
||||||
else if @ is QR.selected
|
else if @ is QR.selected
|
||||||
(QR.posts[index-1] or QR.posts[index+1]).select()
|
(QR.posts[index-1] or QR.posts[index+1]).select()
|
||||||
QR.posts.splice index, 1
|
QR.posts.splice index, 1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user