mirror of
https://github.com/monstra-cms/monstra.git
synced 2025-08-04 12:17:42 +02:00
Pages Plugin: pages.js fixes.
This commit is contained in:
@@ -10,7 +10,7 @@ $.monstra.pages = {
|
|||||||
$.ajax({
|
$.ajax({
|
||||||
type:"post",
|
type:"post",
|
||||||
data:"slug="+slug+"&expand="+expand+"&token="+token,
|
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