sniff sniff

This commit is contained in:
Michał Gdula 2022-09-28 15:35:41 +00:00
parent b5a5ca6468
commit 7abf0c47ce
6 changed files with 20 additions and 19 deletions

View file

@ -79,7 +79,7 @@
contentType: false,
processData: false,
success: function(response) {
$("#sniffle").html(response);
$("#newSniff").html(response);
}
});