v0.0.6 Made edit and update now works dynamically
This commit is contained in:
@@ -420,6 +420,25 @@
|
||||
dynamicMainBullets: 3,
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
|
||||
/*dasdasda*/
|
||||
$( document ).ready(function() {
|
||||
$.ajax({
|
||||
type: 'POST',
|
||||
url: '../Backend/controller/getPost.php',
|
||||
success:function (data) {
|
||||
console.log(data);
|
||||
},
|
||||
error:function (data) {
|
||||
console.log(data);
|
||||
}
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user