1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-08-04 20:27:40 +02:00

Pages Plugin: page expand ajax bug #115 - fixed

This commit is contained in:
Awilum
2013-06-29 13:12:30 +03:00
parent 48a62e5011
commit 86312eb270
2 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ $.monstra.pages = {
pageExpand: function(slug, expand, token) {
$.ajax({
type:"post",
data:"slug="+slug+"&expand="+expand+"&token="+token,
data:"page_slug="+slug+"&page_expand="+expand+"&token="+token,
url: $('form input[name="url"]').val()
});
},