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:
authorChristian Raue <christian.raue@gmail.com>2014-07-23 22:30:48 +0400
committerChristian Raue <christian.raue@gmail.com>2014-07-23 22:30:48 +0400
commit9e5cae9504c6552900c287ae9db53d82b7329332 (patch)
treefaf4b53f894acb45d24c9f2c1b8698d52d730cfa /plugins/Live
parentd9adcfe6169c6c10059a670f2ed984908eb4e105 (diff)
reduced multiple empty lines to exactly one
Diffstat (limited to 'plugins/Live')
-rw-r--r--plugins/Live/Visitor.php2
-rw-r--r--plugins/Live/javascripts/live.js2
-rw-r--r--plugins/Live/templates/_dataTableViz_visitorLog.twig1
3 files changed, 0 insertions, 5 deletions
diff --git a/plugins/Live/Visitor.php b/plugins/Live/Visitor.php
index b4c1c3eb06..a82b9fac42 100644
--- a/plugins/Live/Visitor.php
+++ b/plugins/Live/Visitor.php
@@ -714,7 +714,6 @@ class Visitor implements VisitorInterface
$visitorDetailsArray['exitPageUrl'] = $lastAction['url'];
}
-
return $visitorDetailsArray;
}
@@ -787,7 +786,6 @@ class Visitor implements VisitorInterface
$actionDetail['customVariables'] = $customVariablesPage;
}
-
if($actionDetail['type'] == Action::TYPE_EVENT_CATEGORY) {
// Handle Event
if(strlen($actionDetail['pageTitle']) > 0) {
diff --git a/plugins/Live/javascripts/live.js b/plugins/Live/javascripts/live.js
index 00da9904d0..dfda0f468a 100644
--- a/plugins/Live/javascripts/live.js
+++ b/plugins/Live/javascripts/live.js
@@ -200,7 +200,6 @@
});
})(jQuery);
-
$(function() {
var refreshWidget = function (element, refreshAfterXSecs) {
// if the widget has been removed from the DOM, abort
@@ -271,7 +270,6 @@ $(function() {
};
});
-
var pauseImage = "plugins/Live/images/pause.gif";
var pauseDisabledImage = "plugins/Live/images/pause_disabled.gif";
var playImage = "plugins/Live/images/play.gif";
diff --git a/plugins/Live/templates/_dataTableViz_visitorLog.twig b/plugins/Live/templates/_dataTableViz_visitorLog.twig
index e8072366d9..e238e75d16 100644
--- a/plugins/Live/templates/_dataTableViz_visitorLog.twig
+++ b/plugins/Live/templates/_dataTableViz_visitorLog.twig
@@ -108,7 +108,6 @@
</div>
{% endset %}
-
{% set visitorRow %}
<tr class="label{{ cycle(['odd','even'], cycleIndex) }}">
{% set cycleIndex=cycleIndex+1 %}