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:
authordiosmosis <benakamoorthi@fastmail.fm>2014-03-01 19:05:36 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-03-01 19:05:36 +0400
commit8a525ad008a5235744de7f6c922516a36d45c314 (patch)
tree89cdc1bc30b29752aadf4816807d0f715a3d33a9 /plugins/UserCountryMap/javascripts/realtime-map.js
parentc8d8818e9dd3ed209f579e6fea4d1972a8a69521 (diff)
Refs #4189, more work getting UI tests to pass and adding admin screenshots, including:
- make updatetoken.php use TestingEnvironment in testmode, - allow persisted fixture to be dropped using new --drop command line option (for ui test runner), - fix debugging mistake in realtime map, fix merge error in empty.twig, - make sure Fixture prints to screen only for UI test setup, re-enable CustomAlerts fixture in OmniFixture, - make sure forced now value for realtime map is constant, - use *.getDatabaseConfig events to override database name in TestingEnvironment - use TestingEnvironment in proxy/piwik.php - add wait() method to screenshot testing framework's PageRenderer - hide current UTC time in manage websites admin screenshot
Diffstat (limited to 'plugins/UserCountryMap/javascripts/realtime-map.js')
-rw-r--r--plugins/UserCountryMap/javascripts/realtime-map.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/UserCountryMap/javascripts/realtime-map.js b/plugins/UserCountryMap/javascripts/realtime-map.js
index 45e3076125..9b6dd763bf 100644
--- a/plugins/UserCountryMap/javascripts/realtime-map.js
+++ b/plugins/UserCountryMap/javascripts/realtime-map.js
@@ -449,7 +449,7 @@
visitSymbols.layout().render();
- if (!enableAnimation) {
+ if (enableAnimation) {
$.each(newSymbols, function (i, s) {
if (i > 10) return false;