From: Andrew Dolgov Date: Wed, 16 Nov 2011 07:58:58 +0000 (+0400) Subject: mobile: fix toggle published button not working X-Git-Tag: 1.5.7~7 X-Git-Url: https://git.wh0rd.org/?a=commitdiff_plain;h=513ebe42e5f8c56ce2aba031daff2ce51d8dfab1;p=tt-rss.git mobile: fix toggle published button not working --- diff --git a/mobile/mobile.js b/mobile/mobile.js index 2a948ca4..2771a8a4 100644 --- a/mobile/mobile.js +++ b/mobile/mobile.js @@ -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,