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/Morpheus/javascripts/piwikHelper.js')
-rw-r--r--plugins/Morpheus/javascripts/piwikHelper.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/Morpheus/javascripts/piwikHelper.js b/plugins/Morpheus/javascripts/piwikHelper.js
index ddc94f8a39..29b36a8f3f 100644
--- a/plugins/Morpheus/javascripts/piwikHelper.js
+++ b/plugins/Morpheus/javascripts/piwikHelper.js
@@ -82,7 +82,7 @@ var piwikHelper = {
}
return value;
},
-
+
/**
* Add break points to a string so that it can be displayed more compactly
*/
@@ -395,7 +395,7 @@ String.prototype.trim = function() {
*/
function isEnterKey(e)
{
- return (window.event?window.event.keyCode:e.which)==13;
+ return (window.event?window.event.keyCode:e.which)==13;
}
// workarounds