Build
This commit is contained in:
parent
23e508d7c0
commit
c2908b8865
@ -5243,6 +5243,7 @@
|
||||
index = QR.posts.indexOf(this);
|
||||
if (QR.posts.length === 1) {
|
||||
new QR.post(true);
|
||||
$.rmClass(QR.nodes.el, 'dump');
|
||||
} else if (this === QR.selected) {
|
||||
(QR.posts[index - 1] || QR.posts[index + 1]).select();
|
||||
}
|
||||
|
||||
@ -5233,6 +5233,7 @@
|
||||
index = QR.posts.indexOf(this);
|
||||
if (QR.posts.length === 1) {
|
||||
new QR.post(true);
|
||||
$.rmClass(QR.nodes.el, 'dump');
|
||||
} else if (this === QR.selected) {
|
||||
(QR.posts[index - 1] || QR.posts[index + 1]).select();
|
||||
}
|
||||
|
||||
@ -5230,6 +5230,7 @@
|
||||
index = QR.posts.indexOf(this);
|
||||
if (QR.posts.length === 1) {
|
||||
new QR.post(true);
|
||||
$.rmClass(QR.nodes.el, 'dump');
|
||||
} else if (this === QR.selected) {
|
||||
(QR.posts[index - 1] || QR.posts[index + 1]).select();
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user