firing client-side hook when settingsv1 saves

This commit is contained in:
Julian Lam
2016-08-26 09:39:13 -04:00
parent 9198008907
commit e9770b6bd5

View File

@@ -93,6 +93,8 @@ define('admin/settings', ['uploader'], function(uploader) {
message: 'Your changes to the NodeBB configuration have been saved.',
type: 'success'
});
$(window).trigger('action:admin.settingsSaved');
});
});