mirror of
https://github.com/linuxserver/core.git
synced 2026-02-20 05:07:19 +08:00
Wrap after
This commit is contained in:
parent
e31ff50df7
commit
01d733ee92
@ -185,10 +185,12 @@ require([
|
||||
});
|
||||
});
|
||||
|
||||
after(function(done) {
|
||||
document.body.style.marginBottom = "";
|
||||
done();
|
||||
});
|
||||
if (!onload.remain) {
|
||||
after(function(done) {
|
||||
document.body.style.marginBottom = "";
|
||||
done();
|
||||
});
|
||||
}
|
||||
});
|
||||
|
||||
onload && onload();
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user