Updated footer.php so that map shows correctly on the dashboard instead of disappearing.
这个提交包含在:
父节点
836c4de60c
当前提交
f5509f8465
共有 1 个文件被更改,包括 1 次插入 和 1 次删除
|
|
@ -28,7 +28,7 @@ $(document).ready(function() {
|
|||
});
|
||||
</script>
|
||||
|
||||
<?php if ($this->uri->segment(1) == "") { ?>
|
||||
<?php if ($this->uri->segment(1) == "" || $this->uri->segment(1) == "dashboard" ) { ?>
|
||||
<script type="text/javascript" src="<?php echo base_url();?>js/leaflet/leafembed.js"></script>
|
||||
<script type="text/javascript">
|
||||
|
||||
|
|
|
|||
正在加载…
在新工单中引用