error fixes
This commit is contained in:
parent
ba04a6555f
commit
41568916b8
3 changed files with 2 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue