mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Clean apploader
This commit is contained in:
parent
ef1cf2c404
commit
0fa74f34d5
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
var script = document.createElement("script");
|
var script = document.createElement("script");
|
||||||
if (self.dashboardVersion) {
|
if (self.dashboardVersion) {
|
||||||
src += "?v=" + self.dashboardVersion;
|
src += `?v=${self.dashboardVersion}`;
|
||||||
}
|
}
|
||||||
script.src = src;
|
script.src = src;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue