From f6de4bb424d1f26179edf1697e32f60389283a8b Mon Sep 17 00:00:00 2001 From: Arcane94 Date: Fri, 16 Mar 2018 15:17:58 +0530 Subject: [PATCH] minor change in a function --- .../devicemgt/app/units/cdmf.unit.geo-devices/public/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.geo-devices/public/js/app.js b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.geo-devices/public/js/app.js index 6ad4fd7c07..de2b1ec9a4 100644 --- a/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.geo-devices/public/js/app.js +++ b/components/device-mgt/org.wso2.carbon.device.mgt.ui/src/main/resources/jaggeryapps/devicemgt/app/units/cdmf.unit.geo-devices/public/js/app.js @@ -389,7 +389,7 @@ function disableRealTime(){ $("#realTimeShow").show(); } -function showCurrentLocation(tableData){ +function showCurrentLocation(deviceId, deviceType, tableData){ var location = {}; location.latitude = clusterLat; location.longitude = clusterLong;