|
@@ -29,7 +29,7 @@ function template_control_richedit($editor_id, $smileyContainer = null, $bbcCont
|
|
$("#', $editor_id, '").sceditorBBCodePlugin({
|
|
$("#', $editor_id, '").sceditorBBCodePlugin({
|
|
style: "', $settings['default_theme_url'], '/css/jquery.sceditor.default.css",
|
|
style: "', $settings['default_theme_url'], '/css/jquery.sceditor.default.css",
|
|
emoticonsCompat: true,
|
|
emoticonsCompat: true,
|
|
- supportedWysiwyg: (((is_ie5up && !is_ie50) || is_ff || is_opera95up || is_safari || is_chrome) && !(is_iphone || is_android)),',
|
|
|
|
|
|
+ supportedWysiwyg: ((is_ie5up && !is_ie50) || is_ff || is_opera95up || is_safari || is_chrome),',
|
|
!empty($editor_context['locale']) ? '
|
|
!empty($editor_context['locale']) ? '
|
|
locale: \'' . $editor_context['locale'] . '\',' : '', '
|
|
locale: \'' . $editor_context['locale'] . '\',' : '', '
|
|
colors: "black,red,yellow,pink,green,orange,purple,blue,beige,brown,teal,navy,maroon,limegreen,white"';
|
|
colors: "black,red,yellow,pink,green,orange,purple,blue,beige,brown,teal,navy,maroon,limegreen,white"';
|
|
@@ -97,7 +97,7 @@ function template_control_richedit($editor_id, $smileyContainer = null, $bbcCont
|
|
$(".sceditor-container").width("100%").height("100%");',
|
|
$(".sceditor-container").width("100%").height("100%");',
|
|
$editor_context['rich_active'] ? '' : '
|
|
$editor_context['rich_active'] ? '' : '
|
|
$("#' . $editor_id . '").data("sceditor").setTextMode();', '
|
|
$("#' . $editor_id . '").data("sceditor").setTextMode();', '
|
|
- if (!(((is_ie5up && !is_ie50) || is_ff || is_opera95up || is_safari || is_chrome) && !(is_iphone || is_android)))
|
|
|
|
|
|
+ if (!((is_ie5up && !is_ie50) || is_ff || is_opera95up || is_safari || is_chrome))
|
|
{
|
|
{
|
|
$("#' . $editor_id . '").data("sceditor").setTextMode();
|
|
$("#' . $editor_id . '").data("sceditor").setTextMode();
|
|
$(".sceditor-button-source").hide();
|
|
$(".sceditor-button-source").hide();
|