mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-16 00:45:55 +00:00
mobile: fix toggle published button not working
This commit is contained in:
@@ -29,7 +29,7 @@ function togglePublished(id, elem) {
|
|||||||
toggled = 0;
|
toggled = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
var query = "?op=togglePublished&id=" + id + "&mark=" + toggled;
|
var query = "?op=togglePublished&id=" + id + "&pub=" + toggled;
|
||||||
|
|
||||||
new Ajax.Request(backend, {
|
new Ajax.Request(backend, {
|
||||||
parameters: query,
|
parameters: query,
|
||||||
|
|||||||
Reference in New Issue
Block a user