mirror of
https://github.com/danpros/htmly.git
synced 2026-04-22 05:26:22 +05:30
Add simple message
This commit is contained in:
parent
18f5a5d2a4
commit
719a5e1fc8
2 changed files with 7 additions and 2 deletions
|
|
@ -103,8 +103,10 @@ function parseMenu($menu) {
|
|||
type: 'POST',
|
||||
url: '<?php echo site_url();?>admin/menu',
|
||||
dataType: 'json',
|
||||
data: {'json': js}
|
||||
|
||||
data: {'json': js},
|
||||
success: function (response) {
|
||||
alert(response.message);
|
||||
},
|
||||
});
|
||||
});
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue