mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
Update load-map.js
This commit is contained in:
parent
55489d5e52
commit
64cb8b5223
@ -19,7 +19,7 @@
|
|||||||
var map;
|
var map;
|
||||||
|
|
||||||
function loadLeafletMap() {
|
function loadLeafletMap() {
|
||||||
console.log("hachind");
|
|
||||||
var deviceLocationID = "#device-location",
|
var deviceLocationID = "#device-location",
|
||||||
locations = $(deviceLocationID).data("locations"),
|
locations = $(deviceLocationID).data("locations"),
|
||||||
location_lat = $(deviceLocationID).data("lat"),
|
location_lat = $(deviceLocationID).data("lat"),
|
||||||
@ -72,4 +72,4 @@ $(document).ready(function () {
|
|||||||
$(".location_tab").on("click", function () {
|
$(".location_tab").on("click", function () {
|
||||||
loadLeafletMap();
|
loadLeafletMap();
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user