From bd7c20a3de5b19b6e938e5169c2262e36dd4a7e7 Mon Sep 17 00:00:00 2001 From: Awilum Date: Mon, 26 Aug 2019 20:39:50 +0300 Subject: [PATCH] refactor(core): remove unused js code from base.html #186 --- site/plugins/admin/views/partials/base.html | 3 --- 1 file changed, 3 deletions(-) diff --git a/site/plugins/admin/views/partials/base.html b/site/plugins/admin/views/partials/base.html index 3954c684..a6473099 100644 --- a/site/plugins/admin/views/partials/base.html +++ b/site/plugins/admin/views/partials/base.html @@ -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';