mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Merge pull request #1236 from Arcane94/geoFencing
minor change in a function
This commit is contained in:
commit
cf12c296ac
@ -389,7 +389,7 @@ function disableRealTime(){
|
|||||||
$("#realTimeShow").show();
|
$("#realTimeShow").show();
|
||||||
}
|
}
|
||||||
|
|
||||||
function showCurrentLocation(tableData){
|
function showCurrentLocation(deviceId, deviceType, tableData){
|
||||||
var location = {};
|
var location = {};
|
||||||
location.latitude = clusterLat;
|
location.latitude = clusterLat;
|
||||||
location.longitude = clusterLong;
|
location.longitude = clusterLong;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user