revert test code

This commit is contained in:
Luke Pulverenti
2015-05-06 08:56:50 -04:00
parent 3a20f6af21
commit 0a24cd2dc6
-2
View File
@@ -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';
},