better game context

This commit is contained in:
Luke Pulverenti 2013-04-28 14:39:38 -04:00
parent eb165180be
commit 045ad64eb5
4 changed files with 28 additions and 1 deletions

View file

@ -126,6 +126,12 @@
if (context == "music" && item.Type == "Artist") {
$('#artistTabs', page).show();
}
if (context == "games" && item.Type == "Genre") {
$('#gameGenreTabs', page).show();
}
if (context == "games" && item.Type == "Studio") {
$('#gameStudioTabs', page).show();
}
}
function renderTabs(page, item) {