X-Git-Url: https://git.wh0rd.org/?a=blobdiff_plain;f=plugins%2Fimport_export%2Fimport_export.js;h=780f6bfc7b672d7f7f81d53799016e6217d93ca4;hb=8f2ad8e134e8d8110ec83ed4d14089549a63b5bb;hp=86b0458be2b476d9858126c88af40bab9c517664;hpb=76f2113b359d3c488cc3a149237908cb3bbb535f;p=tt-rss.git diff --git a/plugins/import_export/import_export.js b/plugins/import_export/import_export.js index 86b0458b..780f6bfc 100644 --- a/plugins/import_export/import_export.js +++ b/plugins/import_export/import_export.js @@ -17,7 +17,7 @@ function exportData() { notify_progress("Loading, please wait..."); new Ajax.Request("backend.php", { - parameters: "?op=pluginhandler&plugin=import_export&method=exportrun&offset=" + exported, + parameters: "op=pluginhandler&plugin=import_export&method=exportrun&offset=" + exported, onComplete: function(transport) { try { var rv = JSON.parse(transport.responseText);