1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

update user pages

This commit is contained in:
Luke Pulverenti 2016-04-09 15:04:14 -04:00
parent 1e4a9af13a
commit ef7cd8f80c
11 changed files with 107 additions and 119 deletions

View file

@ -15,6 +15,9 @@ define(['loading', 'viewManager', 'skinManager', 'pluginManager', 'backdrop', 'b
},
showSettings: function () {
show('/settings/settings.html');
},
showSearch: function () {
skinManager.getCurrentSkin().search();
}
};