From 3f04ab6179c852bedddf3a85bf7e8a54b75c9ead Mon Sep 17 00:00:00 2001
From: Gregor Aisch <contact@vis4.net>
Date: Mon, 18 Feb 2013 20:27:06 +0100
Subject: [PATCH] ..

---
 plugins/Dashboard/templates/dashboardWidget.js | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/plugins/Dashboard/templates/dashboardWidget.js b/plugins/Dashboard/templates/dashboardWidget.js
index 7c63fb79cd..96ed04f6da 100755
--- a/plugins/Dashboard/templates/dashboardWidget.js
+++ b/plugins/Dashboard/templates/dashboardWidget.js
@@ -139,11 +139,10 @@
             var self = this, currentWidget = this.element;
             function onWidgetLoadedReplaceElementWithContent(loadedContent)
             {
+                piwikHelper.log('onWidgetLoadedReplaceElementWithContent() '+self.uniqueId);
                 $('.widgetContent', currentWidget).html(loadedContent);
                 $('.widgetContent', currentWidget).removeClass('loading');
                 $('.widgetContent', currentWidget).trigger('widget:loaded', [self]);
-                piwikHelper.log('onWidgetLoadedReplaceElementWithContent() '+self.uniqueId);
-
             }
 
             // Reading segment from hash tag (standard case) or from the URL (when embedding dashboard)
-- 
GitLab