r105893 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r105892‎ | r105893 | r105894 >
Date:15:37, 12 December 2011
Author:yonishostak
Status:ok (Comments)
Tags:
Comment:
AFTv5: code-style fix
Modified paths:
  • /trunk/extensions/ArticleFeedbackv5/modules/ext.articleFeedbackv5/ext.articleFeedbackv5.startup.js (modified) (history)

Diff [purge]

Index: trunk/extensions/ArticleFeedbackv5/modules/ext.articleFeedbackv5/ext.articleFeedbackv5.startup.js
@@ -78,7 +78,7 @@
7979 if ( !disable && ( wonLottery || enable ) ) {
8080 mw.loader.load( 'ext.articleFeedbackv5' );
8181 // Load the IE-specific module
82 - if( navigator.appVersion.indexOf(�MSIE�) != -1 ) {
 82+ if( navigator.appVersion.indexOf( 'MSIE' ) != -1 ) {
8383 mw.loader.load( 'ext.articleFeedbackv5.ie' );
8484 }
8585 }

Past revisions this follows-up on

RevisionCommit summaryAuthorDate
r105892AFTv5: added IE-specific moduleyonishostak15:36, 12 December 2011

Comments

#Comment by Nikerabbit (talk | contribs)   15:41, 12 December 2011

You should mention the revision you are fixing in your commit messages as r12345 to get automatic followup.

Status & tagging log