Merge pull request #1236 from Arcane94/geoFencing

minor change in a function
This commit is contained in:
Rasika Perera 2018-03-16 15:53:21 +05:30 committed by GitHub
commit cf12c296ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;