summaryrefslogtreecommitdiff
path: root/plugins/import_export/import_export.js
diff options
context:
space:
mode:
authorHeiko Adams <[email protected]>2013-04-02 13:38:42 +0200
committerHeiko Adams <[email protected]>2013-04-02 13:38:42 +0200
commit127585a05cba0f9d5d79ed5cf83394f04a7138d4 (patch)
treeda04bcc463b90efa34c6763bd3fc7399a9dcff90 /plugins/import_export/import_export.js
parent58f42816c56a8ea82f1fabe1ba83794005f1c7d6 (diff)
parent4b7726f0b44db36ad12c0a0918a9129c8cbb1caa (diff)
Merge branch 'master' of https://github.com/HeikoAdams/Tiny-Tiny-RSS
Diffstat (limited to 'plugins/import_export/import_export.js')
-rw-r--r--plugins/import_export/import_export.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/import_export/import_export.js b/plugins/import_export/import_export.js
index 86b0458be..780f6bfc7 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);