v0.1.4 - Fixed JS & CSS & Backend
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user