mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update jqm
This commit is contained in:
parent
2499245b93
commit
66229987f6
2 changed files with 60 additions and 251 deletions
|
@ -48,16 +48,17 @@ var Dashboard = {
|
|||
$.mobile.panel.prototype.options.classes.panel = "largePanel ui-panel";
|
||||
|
||||
$.event.special.swipe.verticalDistanceThreshold = 40;
|
||||
$.mobile.loader.prototype.options.disabled = true;
|
||||
|
||||
|
||||
$.mobile.page.prototype.options.domCache = true;
|
||||
|
||||
|
||||
|
||||
|
||||
$.mobile.loadingMessage = false;
|
||||
$.mobile.loader.prototype.options.html = "";
|
||||
$.mobile.loader.prototype.options.textVisible = false;
|
||||
$.mobile.loader.prototype.options.textOnly = true;
|
||||
$.mobile.loader.prototype.options.text = "";
|
||||
//$.mobile.loader.prototype.options.disabled = true;
|
||||
//$.mobile.loader.prototype.options.html = "";
|
||||
//$.mobile.loader.prototype.options.textVisible = false;
|
||||
//$.mobile.loader.prototype.options.textOnly = true;
|
||||
//$.mobile.loader.prototype.options.text = "";
|
||||
|
||||
$.mobile.hideUrlBar = false;
|
||||
$.mobile.autoInitializePage = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue