minor change in a function

This commit is contained in:
Arcane94 2018-03-16 15:17:58 +05:30
parent 10cf201da7
commit f6de4bb424

View File

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