mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update controls
This commit is contained in:
parent
20b01a80b3
commit
5439ca56b6
7 changed files with 364 additions and 38 deletions
|
@ -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;
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue