fix: move post and change owner

v1.18.x
Barış Soner Uşaklı 5 years ago
parent b19f0a686c
commit f402d7271a

@ -30,7 +30,7 @@ define('forum/topic/change-owner', [
showPostsSelected(); showPostsSelected();
if (postEl) { if (postEl) {
postSelect.togglePostSelection(postEl, onPostToggled); postSelect.togglePostSelection(postEl, postEl.attr('data-pid'));
} }
commit.on('click', function () { commit.on('click', function () {

@ -24,7 +24,7 @@ define('forum/topic/move-post', ['components', 'postSelect'], function (componen
showPostsSelected(); showPostsSelected();
if (postEl) { if (postEl) {
postSelect.togglePostSelection(postEl, onPostToggled); postSelect.togglePostSelection(postEl, postEl.attr('data-pid'));
} }
moveCommit.on('click', function () { moveCommit.on('click', function () {

Loading…
Cancel
Save