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/UserCountryMap/javascripts/visitor-map.js')
-rw-r--r--plugins/UserCountryMap/javascripts/visitor-map.js6
1 files changed, 0 insertions, 6 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
*/