diff --git a/plugins/Dashboard/templates/dashboardWidget.js b/plugins/Dashboard/templates/dashboardWidget.js
index 7c63fb79cdcdbfb1cedf0f3eb0419185dfbdc0d8..96ed04f6da34d5e44d02f9fa54b5ae0901618f4c 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)