Skip to content

Commit

Permalink
added docs snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
goodguydul committed Aug 31, 2019
1 parent b2e21f8 commit b447813
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 2 deletions.
Binary file added crud/docs/Screenshot_1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added crud/docs/Screenshot_2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added crud/docs/Screenshot_3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added crud/docs/Screenshot_4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions crud/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,8 @@ className: "btn-danger",
.done(function(response){
bootbox.alert({
title : "<i class='glyphicon glyphicon-ok'></i> Sukses",
message : "<img class='img' height='120px' src='checklist.png'><p class='center' ><b>Data "+user+" Berhasil Dihapus</b></p>",
size : "small",
message : "<img class='img' height='120px' src='checklist.png'><br><br><p class='center' ><b>Data "+user+" Berhasil Dihapus</b></p>",
size : "medium",
}
);
parent.fadeOut('slow');
Expand Down

0 comments on commit b447813

Please sign in to comment.