diff --git a/dashboard-ui/scripts/site.js b/dashboard-ui/scripts/site.js index 59f8686c99..f0a3626d52 100644 --- a/dashboard-ui/scripts/site.js +++ b/dashboard-ui/scripts/site.js @@ -1748,10 +1748,10 @@ var AppInfo = {}; } if (Dashboard.isRunningInCordova() && browserInfo.android) { - define("localsync", ["cordova/android/localsync"]); + define("localsync", ["cordova/android/localsync"], returnFirstDependency); } else { - define("localsync", ["scripts/localsync"]); + define("localsync", ["scripts/localsync"], returnFirstDependency); } define("livetvcss", ['css!css/livetv.css']);