mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
update forms
This commit is contained in:
parent
c9bb9cc40a
commit
e6ded08848
5 changed files with 17 additions and 20 deletions
|
@ -1767,8 +1767,8 @@ var AppInfo = {};
|
|||
|
||||
// Put the version into the bower path since we can't easily put a query string param on html imports
|
||||
// Emby server will handle this
|
||||
if (!Dashboard.isRunningInCordova()) {
|
||||
//bowerPath += window.dashboardVersion;
|
||||
if (Dashboard.isConnectMode() && !Dashboard.isRunningInCordova()) {
|
||||
bowerPath += window.dashboardVersion;
|
||||
}
|
||||
|
||||
return bowerPath;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue