Attachment 'fckeditor_webkit.diff'
Download 1 diff -r 287faf79876f wiki/htdocs/common/js/common.js
2 --- a/wiki/htdocs/common/js/common.js Sun Sep 06 15:12:11 2009 +0200
3 +++ b/wiki/htdocs/common/js/common.js Sun Sep 06 15:57:29 2009 +0200
4 @@ -98,9 +98,6 @@
5 if ( window.opera && window.opera.version && parseFloat( window.opera.version() ) >= 9.5 )
6 return true ;
7
8 -/*
9 - // disable safari : until fck devteam fix http://dev.fckeditor.net/ticket/2333
10 -
11 // Adobe AIR
12 // Checked before Safari because AIR have the WebKit rich text editor
13 // features from Safari 3.0.4, but the version reported is 420.
14 @@ -110,7 +107,7 @@
15 // Safari 3+
16 if ( sAgent.indexOf( ' applewebkit/' ) != -1 )
17 return ( sAgent.match( / applewebkit\/(\d+)/ )[1] >= 522 ) ; // Build must be at least 522 (v3)
18 -*/
19 +
20 return false ;
21
22 }
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.