Replacement plugin dotdotdot (6.7 KB) on my tinydot (315 bytes)

This commit is contained in:
Alexandr Danilov
2016-08-23 12:58:35 +03:00
parent 474b086656
commit 28388e15c3
5 changed files with 41 additions and 773 deletions

View File

@ -11,7 +11,7 @@
{% block scripts %}
{{ parent() }}
<script src="{{ asset('bundles/wallabagcore/themes/material/js/jquery.dotdotdot.min.js') }}"></script>
<script src="{{ asset('bundles/wallabagcore/themes/material/js/jquery.tinydot.min.js') }}"></script>
<script src="{{ asset('bundles/wallabagcore/themes/material/js/materialize.min.js') }}"></script>
<script src="{{ asset('bundles/wallabagcore/themes/material/js/init.js') }}"></script>
{% endblock %}