- Timestamp:
- 10/21/09 03:18:24 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Release01x00/TinyMCEPlugin/lib/Foswiki/Plugins/TinyMCEPlugin.pm
r5319 r5332 139 139 # Check the client browser to see if it is blacklisted 140 140 my $ua = Foswiki::Func::getPreferencesValue('TINYMCEPLUGIN_BAD_BROWSERS') 141 || '(?i-xsm:Konqueror |Opera)';141 || '(?i-xsm:Konqueror)'; 142 142 return 'Unsupported browser: ' . $query->user_agent() 143 143 if $ua && $query->user_agent() && $query->user_agent() =~ /$ua/;
Note: See TracChangeset
for help on using the changeset viewer.
