mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update to jquery mobile 1.4.3
This commit is contained in:
parent
db0a6eb632
commit
5bec78f61f
218 changed files with 116 additions and 89 deletions
|
@ -12,15 +12,6 @@
|
|||
|
||||
LogPage.startInterval();
|
||||
|
||||
var autoScroll = localStorage.getItem("autoScrollLogPage");
|
||||
|
||||
if (autoScroll == "true") {
|
||||
LogPage.updateAutoScroll(true);
|
||||
}
|
||||
else if (autoScroll == "false") {
|
||||
LogPage.updateAutoScroll(false);
|
||||
}
|
||||
|
||||
ApiClient.getSystemInfo().done(function(systemInfo) {
|
||||
|
||||
$('#logPath', page).html(systemInfo.LogPath);
|
||||
|
@ -86,8 +77,6 @@
|
|||
|
||||
$('#chkAutoScrollBottom', page).checked(value).checkboxradio('refresh');
|
||||
$('#chkAutoScroll', page).checked(value).checkboxradio('refresh');
|
||||
|
||||
localStorage.setItem("autoScrollLogPage", value.toString());
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue