fehler behoben

This commit is contained in:
LukasNowy
2018-11-20 13:15:21 +01:00
parent 04c0d69cb3
commit 6766a6a3e9
3 changed files with 8 additions and 2 deletions

View File

@ -2,7 +2,7 @@ $(document).ready(function() {
refresh();
$(document).on("click", ".btn_detail", function() {
window.location.replace("/shoppinglist/" + $(this).closest("tr").attr("id"));
window.location.replace("/shoppinglist_json/" + $(this).closest("tr").attr("id"));
});
$(".btn_add").click(function() {