mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
jqm fixes
This commit is contained in:
parent
4da1e38cc5
commit
d854092d88
3 changed files with 6 additions and 6 deletions
|
@ -404,7 +404,7 @@ var Dashboard = {
|
|||
}
|
||||
|
||||
if (options.forceShow) {
|
||||
elem.slideDown(400);
|
||||
elem.show();
|
||||
}
|
||||
|
||||
elem.html(options.html);
|
||||
|
@ -427,7 +427,7 @@ var Dashboard = {
|
|||
setTimeout(function () { // give the DOM time to catch up
|
||||
|
||||
if (!parentElem.html()) {
|
||||
footer.slideUp();
|
||||
footer.hide();
|
||||
}
|
||||
|
||||
}, 50);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue