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:
-rw-r--r--libs/jquery/jquery.smartbanner.js (renamed from plugins/CoreHome/javascripts/jquery.smartbanner.js)0
-rw-r--r--libs/jquery/stylesheets/jquery.smartbanner.css (renamed from plugins/Zeitgeist/templates/jquery.smartbanner.css)0
-rw-r--r--plugins/Login/templates/login.twig4
3 files changed, 2 insertions, 2 deletions
diff --git a/plugins/CoreHome/javascripts/jquery.smartbanner.js b/libs/jquery/jquery.smartbanner.js
index 912084cf5c..912084cf5c 100644
--- a/plugins/CoreHome/javascripts/jquery.smartbanner.js
+++ b/libs/jquery/jquery.smartbanner.js
diff --git a/plugins/Zeitgeist/templates/jquery.smartbanner.css b/libs/jquery/stylesheets/jquery.smartbanner.css
index 7ad1a69394..7ad1a69394 100644
--- a/plugins/Zeitgeist/templates/jquery.smartbanner.css
+++ b/libs/jquery/stylesheets/jquery.smartbanner.css
diff --git a/plugins/Login/templates/login.twig b/plugins/Login/templates/login.twig
index f42c10ae50..6a1c3829c4 100644
--- a/plugins/Login/templates/login.twig
+++ b/plugins/Login/templates/login.twig
@@ -20,11 +20,11 @@
<![endif]-->
<script type="text/javascript" src="libs/jquery/jquery.js"></script>
<script type="text/javascript" src="libs/jquery/jquery.placeholder.js"></script>
+ <script type="text/javascript" src="libs/jquery/jquery.smartbanner.js"></script>
+ <link rel="stylesheet" type="text/css" href="libs/jquery/stylesheetsk/jquery.smartbanner.css" />
<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/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">
if (window.location.protocol !== 'https:') {