This commit is contained in:
/jedi/ 2019-02-21 22:29:46 +01:00 committed by Katharina
parent 6e6e695bb6
commit 03655c579b
4 changed files with 253 additions and 6 deletions

View file

@ -52,7 +52,7 @@
<script>
function testajax(){
$.post( "/ajax.php?action=add_lost", $( "#lost_form" ).serialize() ).done(function( data ) {;
$.post( "/ajax.php?action=add_found_item", $( "#lost_form" ).serialize() ).done(function( data ) {;
reply = JSON.parse(data);
if(reply.status == "ok"){
$( "#lost_form" ).trigger("reset");