update tabs

This commit is contained in:
Luke Pulverenti
2016-04-13 02:02:07 -04:00
parent 9ceaf21b80
commit 8de0aadb57
36 changed files with 267 additions and 36 deletions
+13
View File
@@ -224,8 +224,21 @@
});
}
function getTabs() {
return [
{
href: 'plugins.html',
name: Globalize.translate('TabMyPlugins')
},
{
href: 'plugincatalog.html',
name: Globalize.translate('TabCatalog')
}];
}
$(document).on('pageshow', "#pluginsPage", function () {
LibraryMenu.setTabs('plugins', 0, getTabs);
reloadList(this);
});