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:27:56 +0400
committerChristian Raue <christian.raue@gmail.com>2014-07-23 22:27:56 +0400
commitd9adcfe6169c6c10059a670f2ed984908eb4e105 (patch)
tree25cfca25851214c1b744a07e67e9c120adfd7513 /plugins/Live
parent2788e1dad22533f3e0dbddbdd16c51251c4e130a (diff)
removed lots of trailing whitespace
Diffstat (limited to 'plugins/Live')
-rw-r--r--plugins/Live/VisitorFactory.php2
-rw-r--r--plugins/Live/VisitorInterface.php2
-rw-r--r--plugins/Live/javascripts/visitorLog.js2
-rw-r--r--plugins/Live/javascripts/visitorProfile.js8
-rw-r--r--plugins/Live/stylesheets/visitor_profile.less2
5 files changed, 8 insertions, 8 deletions
diff --git a/plugins/Live/VisitorFactory.php b/plugins/Live/VisitorFactory.php
index cb64bff968..30e22ef948 100644
--- a/plugins/Live/VisitorFactory.php
+++ b/plugins/Live/VisitorFactory.php
@@ -46,4 +46,4 @@ class VisitorFactory
return $visitor;
}
-}
+}
diff --git a/plugins/Live/VisitorInterface.php b/plugins/Live/VisitorInterface.php
index 4d816215fd..4f4bbefece 100644
--- a/plugins/Live/VisitorInterface.php
+++ b/plugins/Live/VisitorInterface.php
@@ -19,4 +19,4 @@ interface VisitorInterface
* @return string|bool
*/
public function getVisitorId();
-}
+}
diff --git a/plugins/Live/javascripts/visitorLog.js b/plugins/Live/javascripts/visitorLog.js
index 3f30f9e9ab..e6eeb79dba 100644
--- a/plugins/Live/javascripts/visitorLog.js
+++ b/plugins/Live/javascripts/visitorLog.js
@@ -15,7 +15,7 @@
/**
* DataTable UI class for jqPlot graph datatable visualizations.
- *
+ *
* @constructor
*/
exports.VisitorLog = function (element) {
diff --git a/plugins/Live/javascripts/visitorProfile.js b/plugins/Live/javascripts/visitorProfile.js
index 3ce97a23ad..3ebf569d25 100644
--- a/plugins/Live/javascripts/visitorProfile.js
+++ b/plugins/Live/javascripts/visitorProfile.js
@@ -15,7 +15,7 @@
/**
* Sets up and handles events for the visitor profile popup.
- *
+ *
* @param {Element} element The HTML element returned by the Live.getVisitorLog controller
* action. Should have the CSS class 'visitor-profile'.
* @constructor
@@ -39,7 +39,7 @@
* Instead broadcast.propagateNewPopoverParameter('visitorProfile', visitorId) should be
* called. This would make sure the popover would be opened if the URL is copied and pasted
* in a new tab/window.
- *
+ *
* @param {String} visitorId The string visitor ID.
*/
VisitorProfileControl.showPopover = function (visitorId) {
@@ -50,7 +50,7 @@
if ($('.RealTimeMap').length > 0) {
url += '&showMap=0';
}
-
+
Piwik_Popover.createPopupAndLoadUrl(url, _pk_translate('Live_VisitorProfile'), 'visitor-profile-popup');
};
@@ -251,7 +251,7 @@
},
_loadNextVisitor: function () {
- this._gotoAdjacentVisitor(this.$element.attr('data-next-visitor'));
+ this._gotoAdjacentVisitor(this.$element.attr('data-next-visitor'));
},
_gotoAdjacentVisitor: function (idVisitor) {
diff --git a/plugins/Live/stylesheets/visitor_profile.less b/plugins/Live/stylesheets/visitor_profile.less
index 71477794b0..940d89dd2c 100644
--- a/plugins/Live/stylesheets/visitor_profile.less
+++ b/plugins/Live/stylesheets/visitor_profile.less
@@ -528,7 +528,7 @@ a.visitor-profile-next-visitor,a.visitor-profile-prev-visitor {
// overrides for the widgetized visitor profile
.widget .visitor-profile {
min-width: 100% !important;
-
+
p {
padding-bottom: 0;
}