Skip to content

Commit

Permalink
don't alert the history is deleted
Browse files Browse the repository at this point in the history
  • Loading branch information
ZihengSun committed Aug 31, 2024
1 parent 1a33282 commit 60f8f76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/static/js/gw.process.js
Original file line number Diff line number Diff line change
Expand Up @@ -1034,7 +1034,7 @@ GW.process = {
alert("Cannot find the process history in the database.");
return;
}
alert("History deleted successfully.");
console.log("History "+history_id+" is deleted successfully.");
$("#history-row-" + history_id).remove();
})
.fail(function(jxr, status) {
Expand Down

0 comments on commit 60f8f76

Please sign in to comment.