1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-23 01:51:28 +00:00

remove some old ?op syntax notation calls

This commit is contained in:
Andrew Dolgov
2013-04-02 14:29:11 +04:00
parent 76f2113b35
commit 8f2ad8e134
4 changed files with 12 additions and 12 deletions

View File

@@ -16,7 +16,7 @@ function updateSelf() {
notify_progress("Loading, please wait...", true);
new Ajax.Request("backend.php", {
parameters: "?op=pluginhandler&plugin=updater&method=performUpdate&step=" + step +
parameters: "op=pluginhandler&plugin=updater&method=performUpdate&step=" + step +
"&params=" + param_escape(JSON.stringify(dialog.attr("update-params"))),
onComplete: function(transport) {
try {