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:
authorpebosi <mail@pebosi.net>2020-02-29 12:12:57 +0300
committerGitHub <noreply@github.com>2020-02-29 12:12:57 +0300
commit00732ef637ad6d6d6902e96ea0429f0f0841bc00 (patch)
tree8c0bfdbb0c72a7750bba9af4cfbb81d173c5ad76 /plugins/Login
parentd1b884d141cf8d67a7d4900ef1847ebfa95bfed2 (diff)
Remove jquery placeholder (#15632)
* Remove jquery.placeholder lib * Remove lib file * Remove lib file * Remove lib file * remove from bower
Diffstat (limited to 'plugins/Login')
-rw-r--r--plugins/Login/templates/loginLayout.twig2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/Login/templates/loginLayout.twig b/plugins/Login/templates/loginLayout.twig
index f1132812f5..2306f6bfa7 100644
--- a/plugins/Login/templates/loginLayout.twig
+++ b/plugins/Login/templates/loginLayout.twig
@@ -6,8 +6,6 @@
{% block head %}
{{ parent() }}
-
- <script type="text/javascript" src="libs/bower_components/jquery-placeholder/jquery.placeholder.js"></script>
{% endblock %}
{% set title %}{{ 'Login_LogIn'|translate }}{% endset %}