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

add more methods to file system interface

This commit is contained in:
Luke Pulverenti 2014-01-01 13:26:31 -05:00
parent 2861ff68c9
commit 7743b36bc9
46 changed files with 421 additions and 504 deletions

View file

@ -124,7 +124,7 @@ var Dashboard = {
setTimeout(function () {
$.mobile.loading('hide');
}, 2000);
}, 3000);
},
alert: function (options) {
@ -141,7 +141,7 @@ var Dashboard = {
setTimeout(function () {
$.mobile.loading('hide');
}, 4000);
}, 3000);
return;
}