mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-13 09:25:45 +01:00
closes #2930
This commit is contained in:
@@ -39,7 +39,7 @@
|
|||||||
"mmmagic": "^0.3.13",
|
"mmmagic": "^0.3.13",
|
||||||
"morgan": "^1.3.2",
|
"morgan": "^1.3.2",
|
||||||
"nconf": "~0.7.1",
|
"nconf": "~0.7.1",
|
||||||
"nodebb-plugin-dbsearch": "^0.2.1",
|
"nodebb-plugin-dbsearch": "^0.2.4",
|
||||||
"nodebb-plugin-emoji-extended": "^0.4.1-4",
|
"nodebb-plugin-emoji-extended": "^0.4.1-4",
|
||||||
"nodebb-plugin-markdown": "^2.1.0",
|
"nodebb-plugin-markdown": "^2.1.0",
|
||||||
"nodebb-plugin-mentions": "^0.11.0",
|
"nodebb-plugin-mentions": "^0.11.0",
|
||||||
|
|||||||
@@ -78,7 +78,7 @@ define('forum/topic/move', function() {
|
|||||||
modal.modal('hide');
|
modal.modal('hide');
|
||||||
$('#move_thread_commit').prop('disabled', false);
|
$('#move_thread_commit').prop('disabled', false);
|
||||||
|
|
||||||
if(err) {
|
if (err) {
|
||||||
return app.alertError(err.message);
|
return app.alertError(err.message);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -193,6 +193,7 @@ var async = require('async'),
|
|||||||
toCid: cid,
|
toCid: cid,
|
||||||
uid: uid
|
uid: uid
|
||||||
});
|
});
|
||||||
|
callback();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user