From 2c066bc65fffe2565ef742e97cd46c4ef9637e7b Mon Sep 17 00:00:00 2001 From: Diego Najar Date: Sun, 23 Sep 2018 13:38:14 +0200 Subject: [PATCH] Tinymce: remove autoresize and added unlink --- .gitignore | 3 ++- bl-kernel/js/functions.php | 10 ++++++++-- bl-kernel/site.class.php | 8 ++++++++ bl-plugins/tinymce/plugin.php | 2 +- bl-themes/blogx/php/navbar.php | 2 +- install.php | 4 ++-- 6 files changed, 22 insertions(+), 7 deletions(-) diff --git a/.gitignore b/.gitignore index 3a373671..0020f568 100644 --- a/.gitignore +++ b/.gitignore @@ -8,4 +8,5 @@ bl-plugins/updater bl-kernel/bludit.pro.php bl-themes/docs bl-themes/docsx -bl-themes/mediumish \ No newline at end of file +bl-themes/editorial +bl-themes/mediumish diff --git a/bl-kernel/js/functions.php b/bl-kernel/js/functions.php index 0abedd39..7a1cf354 100644 --- a/bl-kernel/js/functions.php +++ b/bl-kernel/js/functions.php @@ -1,7 +1,13 @@