From f0199eab513c26a882e5b83e3cf9a35de9636100 Mon Sep 17 00:00:00 2001 From: Gregor Aisch <contact@vis4.net> Date: Mon, 18 Feb 2013 20:22:54 +0100 Subject: [PATCH] .. --- plugins/Dashboard/templates/dashboardWidget.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/Dashboard/templates/dashboardWidget.js b/plugins/Dashboard/templates/dashboardWidget.js index 864fe6836c..7c63fb79cd 100755 --- a/plugins/Dashboard/templates/dashboardWidget.js +++ b/plugins/Dashboard/templates/dashboardWidget.js @@ -142,7 +142,7 @@ $('.widgetContent', currentWidget).html(loadedContent); $('.widgetContent', currentWidget).removeClass('loading'); $('.widgetContent', currentWidget).trigger('widget:loaded', [self]); - piwikHelper.log('onWidgetLoadedReplaceElementWithContent() '+this.uniqueId); + piwikHelper.log('onWidgetLoadedReplaceElementWithContent() '+self.uniqueId); } -- GitLab