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:
authormattpiwik <matthieu.aubry@gmail.com>2011-03-29 02:25:06 +0400
committermattpiwik <matthieu.aubry@gmail.com>2011-03-29 02:25:06 +0400
commit1fc6807a7219d13b8dec1d6ce7b7b9d28ca0d189 (patch)
treef689469ab90681940f930bf750951db1c1a2e403 /plugins/ExamplePlugin/templates
parent892ccdef968f28d58de11860b3c849795cece8a7 (diff)
Refs #572 Fixing Widgetize screen with Custom Date Range. All known bug fixed! RC release soon?
git-svn-id: http://dev.piwik.org/svn/trunk@4216 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'plugins/ExamplePlugin/templates')
-rw-r--r--plugins/ExamplePlugin/templates/piwikDownloads.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ExamplePlugin/templates/piwikDownloads.tpl b/plugins/ExamplePlugin/templates/piwikDownloads.tpl
index 0b053f862e..d2371f3548 100644
--- a/plugins/ExamplePlugin/templates/piwikDownloads.tpl
+++ b/plugins/ExamplePlugin/templates/piwikDownloads.tpl
@@ -8,7 +8,7 @@
{literal}
$.ajax({
url: "http://demo.piwik.org/?module=API&method=Goals.getConversions"
- +"&idSite=1&idGoal=1&period="+piwik.period+"&date="+piwik.currentDateString
+ +"&idSite=1&idGoal=1&period="+piwik.period+"&date="+broadcast.getValueFromUrl('date')
+"&token_auth=anonymous&format=json",
dataType: 'jsonp',
jsonp: 'jsoncallback',