minor change in a function

4.x.x
Arcane94 7 years ago
parent 10cf201da7
commit f6de4bb424

@ -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