Only init map on index page to prevent JS error
这个提交包含在:
父节点
4e0d57c2f1
当前提交
c3eca478e9
共有 1 个文件被更改,包括 2 次插入 和 0 次删除
|
|
@ -47,7 +47,9 @@
|
|||
<?php } else { ?>
|
||||
var grid = "No";
|
||||
<?php } ?>
|
||||
<?php if ($this->uri->segment(2) != "search" && $this->uri->segment(2) != "satellites") { ?>
|
||||
initmap(grid);
|
||||
<?php } ?>
|
||||
|
||||
});
|
||||
|
||||
|
|
|
|||
正在加载…
在新工单中引用