Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Transitions/javascripts/transitions.js')
-rw-r--r--plugins/Transitions/javascripts/transitions.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Transitions/javascripts/transitions.js b/plugins/Transitions/javascripts/transitions.js
index 1bb6b1043b..8e6a03ad79 100644
--- a/plugins/Transitions/javascripts/transitions.js
+++ b/plugins/Transitions/javascripts/transitions.js
@@ -1471,7 +1471,7 @@ Piwik_Transitions_Ajax.prototype.callTransitionsController = function (action, c
}, 'get');
ajaxRequest.setCallback(callback);
ajaxRequest.setFormat('html');
- ajaxRequest.send(false);
+ ajaxRequest.send();
};
Piwik_Transitions_Ajax.prototype.callApi = function (method, params, callback) {
@@ -1529,7 +1529,7 @@ Piwik_Transitions_Ajax.prototype.callApi = function (method, params, callback) {
}
}
);
- ajaxRequest.send(false);
+ ajaxRequest.send();
};
// --------------------------------------