mobile: fix toggle published button not working

This commit is contained in:
Andrew Dolgov 2011-11-16 11:58:58 +04:00
parent 81745ce738
commit 513ebe42e5
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ function togglePublished(id, elem) {
toggled = 0;
}
var query = "?op=togglePublished&id=" + id + "&mark=" + toggled;
var query = "?op=togglePublished&id=" + id + "&pub=" + toggled;
new Ajax.Request(backend, {
parameters: query,