Merge pull request #1236 from Arcane94/geoFencing

minor change in a function
revert-70aa11f8
Rasika Perera 7 years ago committed by GitHub
commit cf12c296ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -389,7 +389,7 @@ function disableRealTime(){
$("#realTimeShow").show();
}
function showCurrentLocation(tableData){
function showCurrentLocation(deviceId, deviceType, tableData){
var location = {};
location.latitude = clusterLat;
location.longitude = clusterLong;

Loading…
Cancel
Save