Skip to content

Commit

Permalink
Perbaharui link data covid ke kawalcorona.com
Browse files Browse the repository at this point in the history
  • Loading branch information
fusionid authored Feb 16, 2021
1 parent e9ddc68 commit 7c9cb72
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions donjo-app/views/web/halaman_statis/peta.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@
<?php $this->load->view("gis/content_rw_web.php", array('rw_gis' => $rw_gis, 'list_ref' => $list_ref, 'wilayah' => ucwords($this->setting->sebutan_dusun.' '))) ?>
<?php $this->load->view("gis/content_rt_web.php", array('rt_gis' => $rt_gis, 'list_ref' => $list_ref, 'wilayah' => ucwords($this->setting->sebutan_dusun.' '))) ?>
<div id="covid_status" style="display: none;">
<?php $this->load->view("gis/covid_peta.php") ?>
<?php if ($this->setting->covid_data) $this->load->view("gis/covid_peta.php")?>
</div>
</div>
<div id="desa_online" style="display: none;">
Expand Down Expand Up @@ -128,7 +128,7 @@
</div>
<div class="leaflet-top leaflet-right">
<div id="covid_status_local" style="display: none;">
<?php $this->load->view("gis/covid_peta_local.php") ?>
<?php if ($this->setting->covid_desa) $this->load->view("gis/covid_peta_local.php")?>
</div>
</div>
<div class="leaflet-bottom leaflet-left">
Expand Down

0 comments on commit 7c9cb72

Please sign in to comment.