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:
authorUma <uma5@vm03.openstacklocal>2014-01-16 01:06:56 +0400
committerUma <uma5@vm03.openstacklocal>2014-01-16 01:06:56 +0400
commitb2ebbbc7067500fb5d08f93cb2eb9e47aa6eeb2f (patch)
tree7f80c65b922dbdd8a95bf167811a765b113a739f /plugins/Login/templates/login.twig
parent9051c396db03e40b04ffa47138244c08900f75d0 (diff)
This commit implements the default settings for the number of days the banner remains hidden so if you click close or view you won't see the banner again. This is in response to some users saying this would be their preference.
Diffstat (limited to 'plugins/Login/templates/login.twig')
-rw-r--r--plugins/Login/templates/login.twig4
1 files changed, 1 insertions, 3 deletions
diff --git a/plugins/Login/templates/login.twig b/plugins/Login/templates/login.twig
index 5c773730fe..8406d92a8e 100644
--- a/plugins/Login/templates/login.twig
+++ b/plugins/Login/templates/login.twig
@@ -47,9 +47,7 @@
iconGloss: "true", // Force gloss effect for iOS even for precomposed
button: 'VIEW', // Text for the install button
scale: 'auto', // Scale based on viewport size (set to 1 to disable)
- daysHidden: '0', // Duration to hide the banner after being closed (0 = always show banner)
- daysReminder: '0'// Duration to hide the banner after "VIEW" is clicked *separate from when the clos button is clicked* (0 = always show banner)
-})
+ })
});
</script>
<script type="text/javascript" src="plugins/Login/javascripts/login.js"></script>