1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-13 13:45:56 +00:00

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

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,