revert test code
This commit is contained in:
@@ -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';
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user