mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
lint
This commit is contained in:
parent
a39834c705
commit
6f50c5cbfb
2 changed files with 0 additions and 3 deletions
|
@ -10,12 +10,10 @@ function animateRemove(elem) {
|
||||||
setTimeout(function () {
|
setTimeout(function () {
|
||||||
elem.classList.remove('toastVisible');
|
elem.classList.remove('toastVisible');
|
||||||
remove(elem);
|
remove(elem);
|
||||||
|
|
||||||
}, 3300);
|
}, 3300);
|
||||||
}
|
}
|
||||||
|
|
||||||
export default function (options) {
|
export default function (options) {
|
||||||
|
|
||||||
if (typeof options === 'string') {
|
if (typeof options === 'string') {
|
||||||
options = {
|
options = {
|
||||||
text: options
|
text: options
|
||||||
|
|
|
@ -285,7 +285,6 @@ class UpNextDialog {
|
||||||
init(this, options);
|
init(this, options);
|
||||||
}
|
}
|
||||||
show() {
|
show() {
|
||||||
|
|
||||||
const elem = this.options.parent;
|
const elem = this.options.parent;
|
||||||
|
|
||||||
clearHideAnimationEventListeners(this, elem);
|
clearHideAnimationEventListeners(this, elem);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue