mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Update variables
This commit is contained in:
parent
b6dfeb59fc
commit
1d74c5c85a
2 changed files with 25 additions and 25 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue