Skip to content

Commit

Permalink
Update dokter.js
Browse files Browse the repository at this point in the history
  • Loading branch information
basoro committed Aug 11, 2021
1 parent 2d28562 commit 3e56b7c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/master/js/admin/dokter.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ $("#form").on("click","#hapus", function(event){
var baseURL = mlite.url + '/' + mlite.admin;
event.preventDefault();
var url = baseURL + '/master/dokterhapus?t=' + mlite.token;
var kd_dokter = $('input:text[name=kd_dokter]').val();
var kd_dokter = $('select[name=kd_dokter]').val();

// tampilkan dialog konfirmasi
bootbox.confirm("Apakah Anda yakin ingin menghapus data ini?", function(result){
Expand Down

0 comments on commit 3e56b7c

Please sign in to comment.