Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gauravmak committed Jul 28, 2020
1 parent 472ddc3 commit 8ac8227
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 79 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# sb-admin-2
## HTML for Songs CRUD
76 changes: 0 additions & 76 deletions edit_song.html

This file was deleted.

7 changes: 5 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@
border: 2px solid black;
border-radius: 50px;
}
.alertify-notifier .ajs-message.ajs-success{
color: #fff;
}
</style>
</head>

Expand Down Expand Up @@ -397,9 +400,9 @@ <h6 class="collapse-header">Other Pages:</h6>
<script src="//cdn.jsdelivr.net/npm/alertifyjs@1.13.1/build/alertify.min.js"></script>
<script>
function confirmDelete() {
alertify.confirm('Confirm', "Are You Sure to Delete Record ?",
alertify.confirm('Confirm', "Are You Sure to Delete Record?",
function() {
window.location.href = "login.html";
alertify.success('Record deleted successfully.');
},
function() {}
);
Expand Down

0 comments on commit 8ac8227

Please sign in to comment.