r64360 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r64359‎ | r64360 | r64361 >
Date:20:04, 29 March 2010
Author:catrope
Status:deferred
Tags:
Comment:
Style fix for r64354
Modified paths:
  • /trunk/extensions/UsabilityInitiative/js/plugins.combined.js (modified) (history)
  • /trunk/extensions/UsabilityInitiative/js/plugins/jquery.wikiEditor.js (modified) (history)

Diff [purge]

Index: trunk/extensions/UsabilityInitiative/js/plugins/jquery.wikiEditor.js
@@ -365,7 +365,7 @@
366366 }
367367 break;
368368 case 86: //v
369 - if ( event.ctrlKey && $.browser.msie){
 369+ if ( event.ctrlKey && $.browser.msie ) {
370370 //paste, intercepted for IE
371371 context.evt.paste( event );
372372 }
Index: trunk/extensions/UsabilityInitiative/js/plugins.combined.js
@@ -6908,7 +6908,7 @@
69096909 }
69106910 break;
69116911 case 86: //v
6912 - if ( event.ctrlKey && $.browser.msie){
 6912+ if ( event.ctrlKey && $.browser.msie ) {
69136913 //paste, intercepted for IE
69146914 context.evt.paste( event );
69156915 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r64354fixes the 'templates exploding on paste in FF/win' issuenimishg19:05, 29 March 2010

Status & tagging log