mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-03 21:30:06 +01:00
firing client-side hook when settingsv1 saves
This commit is contained in:
@@ -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');
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user