1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 00:05:56 +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

@@ -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);