Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/db-2' into db-2
Browse files Browse the repository at this point in the history
  • Loading branch information
Morg42 committed Oct 19, 2024
2 parents ca3c8e8 + 368b372 commit 4213579
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions database/webif/templates/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -176,9 +176,6 @@
document.getElementById('orphan-item-name').textContent = "";
document.getElementById('orphanSelect').selectedIndex = 0;

// debug: show call parameters
// alert("shngPost('', {orphan_id: " + orphanID + ", new_id: " + newID + "});");

var mydata = {"orphan_id": orphanID, "new_id": newID};
$.ajax({
type: "POST",
Expand Down

0 comments on commit 4213579

Please sign in to comment.