1
0
mirror of https://tt-rss.org/git/tt-rss.git synced 2024-06-22 11:36:38 +02:00

feedBrowser: fix typo in removeFromArchive (closes #603)

This commit is contained in:
Andrew Dolgov 2013-03-20 21:05:19 +04:00
parent 2d2d08fc41
commit 10534e860b

View File

@ -1755,7 +1755,7 @@ function feedBrowser() {
if (confirm(pr)) {
Element.show('feed_browser_spinner');
var query = "?op=rpc&method=remarchived&ids=" +
var query = "?op=rpc&method=remarchive&ids=" +
param_escape(selected.toString());;
new Ajax.Request("backend.php", {