JS fixes for when we get a 419

This commit is contained in:
2023-03-02 09:56:09 +11:00
parent ee556582d2
commit 4767eb3a4f
2 changed files with 16 additions and 3 deletions

View File

@@ -80,7 +80,7 @@
$('.main-content').empty().append(html);
}).fail(function() {
//alert('Failed');
alert('Well that didnt work?');
});
e.stopPropagation();