Skip to content

Commit

Permalink
Merge pull request #7 from lslowmotion/Debug
Browse files Browse the repository at this point in the history
Minor debugging
  • Loading branch information
lslowmotion authored May 15, 2018
2 parents 014ef68 + c197435 commit 7eabaf8
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion application/controllers/Kunjungan.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ function tambahKunjungan(){
}

//jika post kosong, lempar kembali ke form
if(empty($this->input->post('no-induk'))){
if(empty($this->input->post('submit'))){
$this->load->view('FormKunjungan');
}else{
$config = array(
Expand Down
2 changes: 1 addition & 1 deletion application/views/DaftarKunjungan.php
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@

<script src="<?php echo base_url('assets/DataTables-1.10.12/js/jquery.dataTables.min.js');?>"></script>
<script src="<?php echo base_url('assets/DataTables-1.10.12/js/dataTables.bootstrap.min.js');?>"></script>

<script src="<?php echo base_url('assets/js/killnonalphanum.js');?>"></script>
<script>


Expand Down
2 changes: 1 addition & 1 deletion application/views/FormEditPassword.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
<div class="form-group">
<input type=hidden name="submit" value=TRUE>
<div class="col-md-2 col-md-offset-3">
<button type="submit" class="btn btn-primary col-md-6"><i class="fa fa-save"></i> Simpan</button>
<button type="submit" class="btn btn-primary"><i class="fa fa-save"></i> Simpan</button>
</div>
</div>
</form>
Expand Down
Binary file added assets/cover/901-Geo-t_1.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7eabaf8

Please sign in to comment.