mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
revert test code
This commit is contained in:
parent
3a20f6af21
commit
0a24cd2dc6
1 changed files with 0 additions and 2 deletions
|
@ -44,7 +44,6 @@ var Dashboard = {
|
|||
|
||||
isConnectMode: function () {
|
||||
|
||||
return true;
|
||||
if (Dashboard.isRunningInCordova()) {
|
||||
return true;
|
||||
}
|
||||
|
@ -57,7 +56,6 @@ var Dashboard = {
|
|||
|
||||
isRunningInCordova: function () {
|
||||
|
||||
return true;
|
||||
return window.appMode == 'cordova';
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue