This commit is contained in:
Barış Soner Uşaklı
2020-11-11 12:48:32 -05:00
2 changed files with 2 additions and 1 deletions

View File

@@ -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",

View File

@@ -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) {