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

update controls

This commit is contained in:
Luke Pulverenti 2015-07-30 11:18:07 -04:00
parent 20b01a80b3
commit 5439ca56b6
7 changed files with 364 additions and 38 deletions

View file

@ -67,7 +67,7 @@ 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'),.paper-input";
$.mobile.keepNative = ":jqmData(role='none'),.paper-input,textarea.style-scope";
$.mobile.filterHtml = Dashboard.filterHtml;
},