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:
authordiosmosis <benakamoorthi@fastmail.fm>2014-04-03 04:16:50 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-04-03 04:16:50 +0400
commitf2e5c90681631373b43ce2414bd436a251384b67 (patch)
treeb940f0a9b725799f412cec44256cf61f969d9453 /plugins
parent9f687ad2eaea1c02b087175b12c3946ee4694c60 (diff)
Do not hide widget icons on widget drag end.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/Dashboard/javascripts/dashboardObject.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/Dashboard/javascripts/dashboardObject.js b/plugins/Dashboard/javascripts/dashboardObject.js
index 86af47f54f..ccdde5051c 100644
--- a/plugins/Dashboard/javascripts/dashboardObject.js
+++ b/plugins/Dashboard/javascripts/dashboardObject.js
@@ -400,7 +400,6 @@
$('object', this).show();
$('.widgetHover', this).removeClass('widgetHover');
$('.widgetTopHover', this).removeClass('widgetTopHover');
- $('.button#close, .button#maximise', this).hide();
if ($('.widget:has(".piwik-graph")', ui.item).length) {
reloadWidget($('.widget', ui.item).attr('id'));
}