1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

Update variables

This commit is contained in:
Cameron 2020-07-27 10:30:24 +01:00
parent b6dfeb59fc
commit 1d74c5c85a
2 changed files with 25 additions and 25 deletions

View file

@ -25,7 +25,7 @@ export default function (options) {
};
}
var elem = document.createElement('div');
const elem = document.createElement('div');
elem.classList.add('toast');
elem.innerHTML = options.text;