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 'js/piwik.js')
-rw-r--r--js/piwik.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/piwik.js b/js/piwik.js
index 6c88b24835..68a7dae957 100644
--- a/js/piwik.js
+++ b/js/piwik.js
@@ -3000,7 +3000,7 @@ if (typeof window.Matomo !== 'object') {
var i = 0, bulk;
for (i; i < chunks.length; i++) {
- bulk = '{"requests":["?' + chunks[i].join('","?') + '"]}';
+ bulk = '{"requests":["?' + chunks[i].join('","?') + '"],"send_image":0}';
if (configAlwaysUseSendBeacon && sendPostRequestViaSendBeacon(bulk, null, false)) {
// makes sure to load the next page faster by not waiting as long
// we apply this once we know send beacon works