From dc0fda39252367e9dd7ace5574d6f7ffa25d1334 Mon Sep 17 00:00:00 2001 From: kamidu Date: Wed, 5 Apr 2017 17:04:28 +0530 Subject: [PATCH] fixing location and operation loading ui issues --- .../public/js/load-map.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android.device-view/public/js/load-map.js b/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android.device-view/public/js/load-map.js index 85c516ecfc..49318af68b 100644 --- a/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android.device-view/public/js/load-map.js +++ b/components/mobile-plugins/android-plugin/org.wso2.carbon.device.mgt.mobile.android.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.device.type.android.device-view/public/js/load-map.js @@ -32,7 +32,7 @@ function loadLeafletMap(refresh) { attribution = "© OpenStreetMap contributors"; if (refresh && !isAnalitics) { - console.log("holaaaa"); + $("#map-spinner").removeClass("hidden"); var applicationsList = $("#applications-list"); var deviceId = applicationsList.data("device-id");