Index: trunk/extensions/UsabilityInitiative/js/plugins/jquery.wikiEditor.templateEditor.js |
— | — | @@ -249,7 +249,7 @@ |
250 | 250 | bindTemplateEvents: function( $wrapper ) { |
251 | 251 | var $template = $wrapper.parent( '.wikiEditor-template' ); |
252 | 252 | |
253 | | - if ( !opera ) { |
| 253 | + if ( typeof ( opera ) == "undefined" ) { |
254 | 254 | $template.parent().attr('contentEditable', 'false'); |
255 | 255 | } |
256 | 256 | |