better game context
This commit is contained in:
parent
eb165180be
commit
045ad64eb5
4 changed files with 28 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue