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

fix missing script reference

This commit is contained in:
Luke Pulverenti 2013-12-25 22:46:40 -05:00
parent c24735332f
commit 86989c71eb

View file

@ -16,6 +16,7 @@
onPageHide: function() {
var page = this;
$('#selectUser', page).off('click.reloadLibrary');
},