r65289 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r65288‎ | r65289 | r65290 >
Date:23:02, 19 April 2010
Author:pdhanda
Status:ok
Tags:
Comment:
Nimish's fix for Nimish's fix for opera
Modified paths:
  • /trunk/extensions/UsabilityInitiative/js/plugins/jquery.wikiEditor.templateEditor.js (modified) (history)

Diff [purge]

Index: trunk/extensions/UsabilityInitiative/js/plugins/jquery.wikiEditor.templateEditor.js
@@ -249,7 +249,7 @@
250250 bindTemplateEvents: function( $wrapper ) {
251251 var $template = $wrapper.parent( '.wikiEditor-template' );
252252
253 - if ( !opera ) {
 253+ if ( typeof ( opera ) == "undefined" ) {
254254 $template.parent().attr('contentEditable', 'false');
255255 }
256256

Status & tagging log