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/CoreHome/javascripts/refresh-button.js')
-rw-r--r--plugins/CoreHome/javascripts/refresh-button.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/CoreHome/javascripts/refresh-button.js b/plugins/CoreHome/javascripts/refresh-button.js
index 96f7176d93..de364d2a3e 100644
--- a/plugins/CoreHome/javascripts/refresh-button.js
+++ b/plugins/CoreHome/javascripts/refresh-button.js
@@ -20,7 +20,7 @@ $(function () {
}
if (isCoreHomeModuleActive()) {
- iconRefresh.show();
+ iconRefresh.removeClass('hidden');
iconRefresh.on('click', function (e) {
e.preventDefault();