mirror of
https://github.com/e107inc/e107.git
synced 2025-07-31 20:00:37 +02:00
Fix for 'first' layout activation. TinyMce issue with Mod-security commented.
This commit is contained in:
@@ -219,6 +219,8 @@
|
||||
_e107_bbcode2html : function(s, url) {
|
||||
s = tinymce.trim(s);
|
||||
|
||||
// FIXME mod-security might block the ajax call below with Rules: 942230, 949110, 980130 - reason yet unknown.
|
||||
|
||||
// return s;
|
||||
|
||||
var p = $.ajax({
|
||||
|
Reference in New Issue
Block a user