mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-17 10:58:20 -07:00
lint
This commit is contained in:
parent
a39834c705
commit
6f50c5cbfb
@ -10,12 +10,10 @@ function animateRemove(elem) {
|
||||
setTimeout(function () {
|
||||
elem.classList.remove('toastVisible');
|
||||
remove(elem);
|
||||
|
||||
}, 3300);
|
||||
}
|
||||
|
||||
export default function (options) {
|
||||
|
||||
if (typeof options === 'string') {
|
||||
options = {
|
||||
text: options
|
||||
|
@ -285,7 +285,6 @@ class UpNextDialog {
|
||||
init(this, options);
|
||||
}
|
||||
show() {
|
||||
|
||||
const elem = this.options.parent;
|
||||
|
||||
clearHideAnimationEventListeners(this, elem);
|
||||
|
Loading…
Reference in New Issue
Block a user