mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-07-31 18:30:20 +02:00
Pages Plugin: pages.js fixes.
This commit is contained in:
@@ -10,7 +10,7 @@ $.monstra.pages = {
|
||||
$.ajax({
|
||||
type:"post",
|
||||
data:"slug="+slug+"&expand="+expand+"&token="+token,
|
||||
url: $('form input[name="siteurl"]').val()
|
||||
url: $('form input[name="url"]').val()
|
||||
});
|
||||
},
|
||||
|
||||
|
Reference in New Issue
Block a user