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/Dashboard/javascripts/dashboardObject.js')
-rw-r--r--plugins/Dashboard/javascripts/dashboardObject.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/Dashboard/javascripts/dashboardObject.js b/plugins/Dashboard/javascripts/dashboardObject.js
index 6af7a1ec05..c72f53a8c9 100644
--- a/plugins/Dashboard/javascripts/dashboardObject.js
+++ b/plugins/Dashboard/javascripts/dashboardObject.js
@@ -182,7 +182,7 @@
);
ajaxRequest.setLoadingElement();
ajaxRequest.setFormat('html');
- ajaxRequest.send(true);
+ ajaxRequest.send();
},
rebuildMenu: rebuildMenu,
@@ -211,7 +211,7 @@
);
ajaxRequest.withTokenInUrl();
ajaxRequest.setFormat('html');
- ajaxRequest.send(true);
+ ajaxRequest.send();
},
/**
@@ -647,7 +647,7 @@
ajaxRequest.withTokenInUrl();
ajaxRequest.setFormat('html');
- ajaxRequest.send(false);
+ ajaxRequest.send();
}
}