From 7f82dec1a01704a9760a0b267cf0e92ee73e40ae Mon Sep 17 00:00:00 2001 From: JorisLambrechts Date: Thu, 9 Jan 2014 15:23:11 +0100 Subject: [PATCH] fix commas for compatibility view IE --- views/admin/index/add.php | 2 +- views/admin/index/edit.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/views/admin/index/add.php b/views/admin/index/add.php index 75f623d..c72d4b0 100644 --- a/views/admin/index/add.php +++ b/views/admin/index/add.php @@ -24,7 +24,7 @@ // See http://www.tinymce.com/forum/viewtopic.php?id=24539 media_strict: false, // General configuration: - convert_urls: false, + convert_urls: false }); // Add or remove TinyMCE control. jQuery('#simple-pages-use-tiny-mce').click(function() { diff --git a/views/admin/index/edit.php b/views/admin/index/edit.php index 1156879..1715f7c 100644 --- a/views/admin/index/edit.php +++ b/views/admin/index/edit.php @@ -23,7 +23,7 @@ // See http://www.tinymce.com/forum/viewtopic.php?id=24539 media_strict: false, // General configuration: - convert_urls: false, + convert_urls: false }); // Add or remove TinyMCE control. jQuery('#simple-pages-use-tiny-mce').click(function() {