Updated footer.php so that map shows correctly on the dashboard instead of disappearing.

pull/271/head
Peter Goodhall 2019-05-06 11:06:38 +01:00
rodzic 836c4de60c
commit f5509f8465
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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">