mobile: fix toggle published button not working
This commit is contained in:
parent
81745ce738
commit
513ebe42e5
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue