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/UserCountryMap
parentd9adcfe6169c6c10059a670f2ed984908eb4e105 (diff)
reduced multiple empty lines to exactly one
Diffstat (limited to 'plugins/UserCountryMap')
-rw-r--r--plugins/UserCountryMap/javascripts/visitor-map.js6
-rw-r--r--plugins/UserCountryMap/stylesheets/map.css1
2 files changed, 0 insertions, 7 deletions
diff --git a/plugins/UserCountryMap/javascripts/visitor-map.js b/plugins/UserCountryMap/javascripts/visitor-map.js
index fe5aacb1ec..48b9e33c3b 100644
--- a/plugins/UserCountryMap/javascripts/visitor-map.js
+++ b/plugins/UserCountryMap/javascripts/visitor-map.js
@@ -247,7 +247,6 @@
return colscale;
}
-
function formatPercentage(val) {
if (val < 0.001) return '< 0.1%';
return Math.round(1000 * val) / 10 + '%';
@@ -334,7 +333,6 @@
$('.UserCountryMap-tooltip').hide();
}
-
/*
* updateState, called whenever the view changes
*/
@@ -561,7 +559,6 @@
});
}
-
/*
* updateMap is called by renderCountryMap() and renderWorldMap()
*/
@@ -942,7 +939,6 @@
});
}
-
_updateMap(iso + '.svg', function () {
// add background
@@ -1200,7 +1196,6 @@
},
-
/*
* resizes the map
*/
@@ -1231,7 +1226,6 @@
}());
-
/*
* Some static data used both by VisitorMap and RealtimeMap
*/
diff --git a/plugins/UserCountryMap/stylesheets/map.css b/plugins/UserCountryMap/stylesheets/map.css
index 400e28384d..679a69a483 100644
--- a/plugins/UserCountryMap/stylesheets/map.css
+++ b/plugins/UserCountryMap/stylesheets/map.css
@@ -81,4 +81,3 @@
fill: #808888;
}
-