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:
authorsgiehl <stefan@piwik.org>2015-10-17 21:09:39 +0300
committersgiehl <stefan@piwik.org>2015-10-17 21:09:39 +0300
commit47423a181421378fdd4898a613e86bf4287f7b76 (patch)
tree024ff45d0c039abfb5a9fa096844ab269885a6ee /plugins/Dashboard
parent37a3ca9221bdd8136f5374e739aac7f210c384d1 (diff)
remove now unneeded position fix
Diffstat (limited to 'plugins/Dashboard')
-rw-r--r--plugins/Dashboard/javascripts/dashboard.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/plugins/Dashboard/javascripts/dashboard.js b/plugins/Dashboard/javascripts/dashboard.js
index 74d0080ef8..4b632a28fc 100644
--- a/plugins/Dashboard/javascripts/dashboard.js
+++ b/plugins/Dashboard/javascripts/dashboard.js
@@ -177,11 +177,6 @@ function copyDashboardToUser() {
// open manager on open
this.$element.on('click', function (e) {
if ($(e.target).is('.dashboardSettings') || $(e.target).closest('.dashboardSettings').length) {
- // fix position
- self.$element
- .find('.widgetpreview-widgetlist')
- .css('paddingTop', self.$element.find('.widgetpreview-categorylist').parent('li').position().top);
-
self.onOpen();
}
});