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:
authorThomas Steur <thomas.steur@gmail.com>2015-09-10 17:51:41 +0300
committersgiehl <stefan@piwik.org>2015-10-06 18:25:27 +0300
commitc7928e4f7f83fd60d8a9a1f7da4b8b267e081c0b (patch)
treecb6958891cdb81560fc04386bd0e60aa80d9f303 /plugins/CoreHome/javascripts/corehome.js
parentd8df02c63a216a6ed7810d32dbf9d875b9364dc4 (diff)
new API to make checkTokenInUrl easier
Diffstat (limited to 'plugins/CoreHome/javascripts/corehome.js')
-rwxr-xr-xplugins/CoreHome/javascripts/corehome.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/CoreHome/javascripts/corehome.js b/plugins/CoreHome/javascripts/corehome.js
index 6e8729611b..16a5abecbd 100755
--- a/plugins/CoreHome/javascripts/corehome.js
+++ b/plugins/CoreHome/javascripts/corehome.js
@@ -27,6 +27,7 @@
module: 'CoreHome',
action: 'checkForUpdates'
}, 'get');
+ ajaxRequest.withTokenInUrl();
ajaxRequest.setCallback(function (response) {
headerMessage.fadeOut('slow', function () {
response = $(response);