aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views
diff options
context:
space:
mode:
authorAlexandr Danilov <bitbucket@modos189.ru>2016-08-23 12:58:35 +0300
committerAlexandr Danilov <bitbucket@modos189.ru>2016-08-23 12:58:35 +0300
commit28388e15c38290ba920849883c91f827a257cb50 (patch)
tree1c79794858a83140aeecdcbde8b774f296cf1ff1 /src/Wallabag/CoreBundle/Resources/views
parent474b086656eb628684d11d2c187a086d65a0fdd0 (diff)
downloadwallabag-28388e15c38290ba920849883c91f827a257cb50.tar.gz
wallabag-28388e15c38290ba920849883c91f827a257cb50.tar.zst
wallabag-28388e15c38290ba920849883c91f827a257cb50.zip
Replacement plugin dotdotdot (6.7 KB) on my tinydot (315 bytes)
Diffstat (limited to 'src/Wallabag/CoreBundle/Resources/views')
-rw-r--r--src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
index fa3e6e1d..630cbd66 100644
--- a/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
+++ b/src/Wallabag/CoreBundle/Resources/views/themes/material/layout.html.twig
@@ -11,7 +11,7 @@
11{% block scripts %} 11{% block scripts %}
12 {{ parent() }} 12 {{ parent() }}
13 13
14 <script src="{{ asset('bundles/wallabagcore/themes/material/js/jquery.dotdotdot.min.js') }}"></script> 14 <script src="{{ asset('bundles/wallabagcore/themes/material/js/jquery.tinydot.min.js') }}"></script>
15 <script src="{{ asset('bundles/wallabagcore/themes/material/js/materialize.min.js') }}"></script> 15 <script src="{{ asset('bundles/wallabagcore/themes/material/js/materialize.min.js') }}"></script>
16 <script src="{{ asset('bundles/wallabagcore/themes/material/js/init.js') }}"></script> 16 <script src="{{ asset('bundles/wallabagcore/themes/material/js/init.js') }}"></script>
17{% endblock %} 17{% endblock %}