fehler behoben
This commit is contained in:
@ -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() {
|
||||
|
Reference in New Issue
Block a user