1
0
mirror of https://gitlab.crans.org/bde/nk20 synced 2025-06-21 09:58:23 +02:00

error fixes

This commit is contained in:
Pierre-antoine Comby
2020-03-24 22:13:15 +01:00
parent ba04a6555f
commit 41568916b8
3 changed files with 2 additions and 2 deletions

View File

@ -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",