v0.1.4 - Fixed JS & CSS & Backend

This commit is contained in:
Anders
2021-06-09 08:50:45 +02:00
parent 36640946a1
commit 29e442bb51
4 changed files with 32 additions and 2 deletions
+1
View File
@@ -24,6 +24,7 @@ function editPost(id) {
return {title: title, desc: desc}
}
}).then((result) => {
if (result.isConfirmed)
$.ajax({
type: 'POST',
url: '../Backend/controller/update.php',