1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
This commit is contained in:
Luke Pulverenti 2015-09-06 12:22:22 -04:00
parent 8199fe27ff
commit c58b7f3469
5 changed files with 7 additions and 123 deletions

View file

@ -34,8 +34,6 @@ var Dashboard = {
//$.mobile.popup.prototype.options.theme = "c";
//$.mobile.popup.prototype.options.transition = "none";
//$.mobile.keepNative = "textarea";
if ($.browser.mobile) {
$.mobile.defaultPageTransition = "none";
} else {
@ -65,7 +63,6 @@ var Dashboard = {
// These are not needed. Nulling them out can help reduce dom querying when pages are loaded
$.mobile.nojs = null;
$.mobile.degradeInputsWithin = null;
$.mobile.keepNative = ":jqmData(role='none')";
$.mobile.filterHtml = Dashboard.filterHtml;
},