tabbified the admin settings page

This commit is contained in:
Baris Soner Usakli
2014-01-09 17:51:26 -05:00
parent 9c60182da4
commit 30624d4ad8
2 changed files with 146 additions and 129 deletions

View File

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