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>2013-08-15 14:28:26 +0400
committersgiehl <stefan@piwik.org>2013-08-15 14:28:26 +0400
commitf954de2b02df4a1ee957a5830de31015822171c3 (patch)
tree76b9b9a3868894565e66816a99ed3db721cd1b29 /plugins/Zeitgeist
parent30f5bbb995fe5e1761f60b0b1aa51dfcc9575a34 (diff)
allow clicks within the site selector without closing it, so it's possible to click the inputs
Diffstat (limited to 'plugins/Zeitgeist')
-rw-r--r--plugins/Zeitgeist/javascripts/piwikHelper.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Zeitgeist/javascripts/piwikHelper.js b/plugins/Zeitgeist/javascripts/piwikHelper.js
index a4b5b181a2..29f9cf436b 100644
--- a/plugins/Zeitgeist/javascripts/piwikHelper.js
+++ b/plugins/Zeitgeist/javascripts/piwikHelper.js
@@ -141,7 +141,7 @@ var piwikHelper = {
/**
* Returns the current query string with the given parameters modified
- * @param {object} newparams parameters to be modified
+ * @param {String} newparams parameters to be modified
* @return {String}
*/
getCurrentQueryStringWithParametersModified: function(newparams)