fixing jira IOTS-378

This commit is contained in:
Hasunie 2017-01-11 14:13:08 +05:30
parent 43a61d046b
commit 32d99bcab6

View File

@ -45,7 +45,7 @@ $(document).ready(function () {
var url = $(this).prop("href");
var hash = url.substring(url.indexOf("#") + 1);
if (hash == "device_location") {
if (hash == "device_location_tab") {
if (!map) {
loadLeafletMap();
}