Changeset 5333 for trunk/TinyMCEPlugin/lib/Foswiki/Plugins/TinyMCEPlugin.pm
- Timestamp:
- 10/21/09 03:37:01 (3 years ago)
- Location:
- trunk/TinyMCEPlugin
- Files:
-
- 2 edited
-
. (modified) (1 prop)
-
lib/Foswiki/Plugins/TinyMCEPlugin.pm (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/TinyMCEPlugin
-
Property
svn:mergeinfo
set to
/branches/Release01x00/TinyMCEPlugin merged eligible
-
Property
svn:mergeinfo
set to
-
trunk/TinyMCEPlugin/lib/Foswiki/Plugins/TinyMCEPlugin.pm
r5318 r5333 38 38 extended_valid_elements : "li[type]", 39 39 forced_root_block : false, 40 moz_lists_hack: true, 40 41 setupcontent_callback : FoswikiTiny.setUpContent, 41 42 urlconverter_callback : "FoswikiTiny.convertLink", … … 139 140 # Check the client browser to see if it is blacklisted 140 141 my $ua = Foswiki::Func::getPreferencesValue('TINYMCEPLUGIN_BAD_BROWSERS') 141 || '(?i-xsm:Konqueror |Opera)';142 || '(?i-xsm:Konqueror)'; 142 143 return 'Unsupported browser: ' . $query->user_agent() 143 144 if $ua && $query->user_agent() && $query->user_agent() =~ /$ua/;
Note: See TracChangeset
for help on using the changeset viewer.
