mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-24 00:09:41 +01:00
Merge branch 'master' of https://github.com/NodeBB/NodeBB
This commit is contained in:
@@ -98,7 +98,7 @@
|
||||
"nodebb-plugin-emoji": "^3.3.0",
|
||||
"nodebb-plugin-emoji-android": "2.0.0",
|
||||
"nodebb-plugin-markdown": "8.12.1",
|
||||
"nodebb-plugin-mentions": "2.13.3",
|
||||
"nodebb-plugin-mentions": "2.13.4",
|
||||
"nodebb-plugin-soundpack-default": "1.0.0",
|
||||
"nodebb-plugin-spam-be-gone": "0.7.3",
|
||||
"nodebb-rewards-essentials": "0.1.4",
|
||||
|
||||
@@ -153,6 +153,7 @@ define('forum/flags/list', ['components', 'Chart'], function (components, Chart)
|
||||
});
|
||||
if (fulfilled) {
|
||||
app.alertSuccess('[[flags:bulk-success, ' + fulfilled + ']]');
|
||||
ajaxify.refresh();
|
||||
}
|
||||
|
||||
errors.forEach(function (res) {
|
||||
|
||||
Reference in New Issue
Block a user