1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00
This commit is contained in:
Cameron 2020-08-03 15:07:46 +01:00
parent a39834c705
commit 6f50c5cbfb
2 changed files with 0 additions and 3 deletions

View file

@ -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