Songbook entfernt

This commit is contained in:
aschwarz
2023-04-11 13:42:33 +02:00
parent 87e6a16e5b
commit 376170cce7
7 changed files with 9 additions and 130 deletions

View File

@ -35,22 +35,4 @@ $("#verlag").autocomplete({
}
}, {
minLength: 2
});
$("#songbook").autocomplete({
source: function(request, response) {
$.ajax({
type: "POST",
url: "../controller/admin_suche.php",
data: {
term: request.term,
function: "songbook"
},
success: response,
dataType: 'json',
delay: 10
});
}
}, {
minLength: 2
});
});