|
@@ -462,7 +462,7 @@ EOF
|
|
}, null, null, 4 ); // Listener with priority 4 will be executed before priority 5.
|
|
}, null, null, 4 ); // Listener with priority 4 will be executed before priority 5.
|
|
|
|
|
|
oEditor.on( 'instanceReady', function() {
|
|
oEditor.on( 'instanceReady', function() {
|
|
- if($('#'+oEditor.id+'_toolbox .editor_magnifier').length == 0)
|
|
|
|
|
|
+ if(!CKEDITOR.env.iOS && $('#'+oEditor.id+'_toolbox .editor_magnifier').length == 0)
|
|
{
|
|
{
|
|
$('#'+oEditor.id+'_toolbox').append('<span class="editor_magnifier" title="$sToggleFullScreen" style="display:block;width:12px;height:11px;border:1px #A6A6A6 solid;cursor:pointer; background-image:url($sAppRootUrl/images/full-screen.png)"> </span>');
|
|
$('#'+oEditor.id+'_toolbox').append('<span class="editor_magnifier" title="$sToggleFullScreen" style="display:block;width:12px;height:11px;border:1px #A6A6A6 solid;cursor:pointer; background-image:url($sAppRootUrl/images/full-screen.png)"> </span>');
|
|
$('#'+oEditor.id+'_toolbox .editor_magnifier').on('click', function() {
|
|
$('#'+oEditor.id+'_toolbox .editor_magnifier').on('click', function() {
|