aboutsummaryrefslogtreecommitdiff
path: root/views/default/ckeditor/embed_custom_insert_js.php
diff options
context:
space:
mode:
Diffstat (limited to 'views/default/ckeditor/embed_custom_insert_js.php')
-rw-r--r--views/default/ckeditor/embed_custom_insert_js.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/views/default/ckeditor/embed_custom_insert_js.php b/views/default/ckeditor/embed_custom_insert_js.php
deleted file mode 100644
index 2b72e58c6..000000000
--- a/views/default/ckeditor/embed_custom_insert_js.php
+++ /dev/null
@@ -1,8 +0,0 @@
- if (CKEDITOR) {
- try {
- CKEDITOR.instances[textAreaId].insertHtml(content, 'html');
- } catch (e) {
- // do nothing.
- }
- }
-