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:
Diffstat (limited to 'plugins/CoreHome/javascripts/broadcast.js')
-rw-r--r--plugins/CoreHome/javascripts/broadcast.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/CoreHome/javascripts/broadcast.js b/plugins/CoreHome/javascripts/broadcast.js
index 8453b81c47..8482cad4fb 100644
--- a/plugins/CoreHome/javascripts/broadcast.js
+++ b/plugins/CoreHome/javascripts/broadcast.js
@@ -551,7 +551,6 @@ var broadcast = {
return this.extractKeyValuePairsFromQueryString(searchString);
},
-
/**
* help to get param value for any given url string with provided param name
* if no url is provided, it will get param from current address.
@@ -584,7 +583,6 @@ var broadcast = {
return broadcast.getParamValue(param, hashStr);
},
-
/**
* return value for the requested param, will return the first match.
* out side of this class should use getValueFromHash() or getValueFromUrl() instead.