From 164bba2fafa3694dfc70524634fb282b7093b752 Mon Sep 17 00:00:00 2001 From: vitorsemeano Date: Sat, 16 Mar 2019 19:26:30 +0000 Subject: [PATCH] removed require for module cordova localsync --- src/scripts/site.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/scripts/site.js b/src/scripts/site.js index 1908b2b816..5683e1538c 100644 --- a/src/scripts/site.js +++ b/src/scripts/site.js @@ -512,12 +512,8 @@ var AppInfo = {}; define("filerepository", [apiClientBowerPath + "/sync/filerepository"], returnFirstDependency); } - if ("android" === self.appMode) { - define("localsync", ["cordova/localsync"], returnFirstDependency); - } else { define("localsync", [apiClientBowerPath + "/sync/localsync"], returnFirstDependency); } - } function init() { define("livetvcss", ["css!css/livetv.css"], returnFirstDependency);