mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-23 11:41:38 +02: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