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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user