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:
@@ -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 +
|
||||
"¶ms=" + param_escape(JSON.stringify(dialog.attr("update-params"))),
|
||||
onComplete: function(transport) {
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user