mirror of
https://gitlab.crans.org/bde/nk20
synced 2025-06-21 09:58:23 +02:00
error fixes
This commit is contained in:
@ -60,7 +60,6 @@ function search_field_moved(secondfield) {
|
||||
}
|
||||
// on click of button "delete" , call the API
|
||||
function delete_button(button_id){
|
||||
console.log(button_id);
|
||||
$.ajax({
|
||||
url:"/api/note/transaction/template/"+button_id,
|
||||
method:"DELETE",
|
||||
|
Reference in New Issue
Block a user