mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-16 02:36:16 +01:00
tabbified the admin settings page
This commit is contained in:
@@ -89,6 +89,12 @@ define(['uploader'], function(uploader) {
|
||||
|
||||
uploader.hideAlerts();
|
||||
});
|
||||
|
||||
$('#settings-tab a').click(function (e) {
|
||||
e.preventDefault();
|
||||
$(this).tab('show');
|
||||
return false;
|
||||
});
|
||||
};
|
||||
|
||||
Settings.remove = function(key) {
|
||||
|
||||
Reference in New Issue
Block a user