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:
authorThomas Steur <thomas.steur@googlemail.com>2014-10-20 07:02:39 +0400
committerThomas Steur <thomas.steur@googlemail.com>2014-10-20 07:02:39 +0400
commit7b00eb1ecf081d3af4ae4b8cf152bb7f1b6eaa85 (patch)
tree4a5db817bd0907c2759224c561a931107b954d5d /plugins/Login/templates/login.twig
parent2dd6a293949d4878fd785c161206a4731bc65cee (diff)
refs #6469 update smartbanner lib and make sure it works
Diffstat (limited to 'plugins/Login/templates/login.twig')
-rw-r--r--plugins/Login/templates/login.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Login/templates/login.twig b/plugins/Login/templates/login.twig
index 6bdc139e5b..830b8b0f85 100644
--- a/plugins/Login/templates/login.twig
+++ b/plugins/Login/templates/login.twig
@@ -28,7 +28,7 @@
$(function () {
$('#form_login').focus();
$('input').placeholder();
- $.smartbanner({title: "Piwik Mobile 2", author: "Piwik team", icon: "plugins/CoreHome/images/googleplay.png"});
+ $.smartbanner({title: "Piwik Mobile 2", author: "Piwik team", hideOnInstall: false, layer: true, icon: "plugins/CoreHome/images/googleplay.png"});
});
</script>
</head>