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:
authorLukas Winkler <github@lw1.at>2018-03-23 06:46:55 +0300
committerMatthieu Aubry <mattab@users.noreply.github.com>2018-03-23 06:46:55 +0300
commit668ab5a92441e3c228a9641e2af3e85250e57af3 (patch)
treed496df9643a55a919f4e8466a7ccd0861fcfc452 /plugins/Installation/javascripts
parent27ce0a8f24d463fd8fb4f248f76ed35cce434514 (diff)
better adblock detection (#12493)
* better adblock detection also check for CSS and JS * Move the adblock notice messages to the bottom
Diffstat (limited to 'plugins/Installation/javascripts')
-rw-r--r--plugins/Installation/javascripts/installation.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/Installation/javascripts/installation.js b/plugins/Installation/javascripts/installation.js
index 05fc3d193a..348ceb4712 100644
--- a/plugins/Installation/javascripts/installation.js
+++ b/plugins/Installation/javascripts/installation.js
@@ -20,4 +20,5 @@ $(document).ready(function() {
$row.append($help);
}
});
+ $(".should-get-hidden-by-js").hide();
}); \ No newline at end of file