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:48:56 +0400
committerUma <uma5@vm03.openstacklocal>2014-01-16 01:48:56 +0400
commitc8da5650f6331fafa8c70c0f1ac8513b8ed8da93 (patch)
tree85492f6dcf84a7b16614a48c726d7fdadc44a691 /plugins/Login/templates
parent7834924576a8bb32e4268a55b8fabbc3cba78f79 (diff)
removed background
Diffstat (limited to 'plugins/Login/templates')
-rw-r--r--plugins/Login/templates/login.twig12
1 files changed, 3 insertions, 9 deletions
diff --git a/plugins/Login/templates/login.twig b/plugins/Login/templates/login.twig
index 8406d92a8e..f42c10ae50 100644
--- a/plugins/Login/templates/login.twig
+++ b/plugins/Login/templates/login.twig
@@ -23,7 +23,7 @@
<script type="text/javascript" src="plugins/CoreHome/javascripts/require.js"></script>
<script type="text/javascript" src="plugins/CoreHome/javascripts/notification.js"></script>
<script type="text/javascript" src="plugins/CoreHome/javascripts/notification_parser.js"></script>
- <script type="text/javascript" src="plugins/CoreHome/javascripts/jasny-jquery.smartbanner-26a74cb/jquery.smartbanner.js"></script>
+ <script type="text/javascript" src="plugins/CoreHome/javascripts/jquery.smartbanner.js"></script>
<link rel="stylesheet" type="text/css" href="plugins/Zeitgeist/templates/jquery.smartbanner.css" />
{% if (forceSslLogin is defined and forceSslLogin) %}
<script type="text/javascript">
@@ -40,14 +40,8 @@
$('#form_login').focus();
$('input').placeholder();
$.smartbanner({
- title: "Piwik Mobile 2", // What the title of the app should be in the banner (defaults to <title>)
- author: "Piwik team", // What the author of the app should be in the banner (defaults to <meta name="author"> or hostname)
- inWindowsStore: 'In the Windows Store', // Text of price for Windows
- icon: "plugins/CoreHome/images/googleplay.png", // The URL of the icon (defaults to <meta name="apple-touch-icon">)
- 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)
- })
+ title: "Piwik Mobile 2", author: "Piwik team", icon: "plugins/CoreHome/images/googleplay.png"
+ });
});
</script>
<script type="text/javascript" src="plugins/Login/javascripts/login.js"></script>