1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-24 13:52:56 +02:00

refactor(core): remove unused js code from base.html #186

This commit is contained in:
Awilum
2019-08-26 20:39:50 +03:00
parent 418cb278eb
commit bd7c20a3de

View File

@@ -273,9 +273,6 @@
Messenger().post({ type: "error", message : "{{ message }}", hideAfter: '3' });
{% endfor %}
if (typeof $.flextype == 'undefined') $.flextype = {};
$(document).ready(function() {
$.trumbowyg.svgPath = '{{base_url()}}/site/plugins/admin/assets/dist/fonts/trumbowyg/icons.svg';