Index: trunk/extensions/ArticleFeedbackv5/modules/ext.articleFeedbackv5/ext.articleFeedbackv5.startup.js |
— | — | @@ -78,7 +78,7 @@ |
79 | 79 | if ( !disable && ( wonLottery || enable ) ) { |
80 | 80 | mw.loader.load( 'ext.articleFeedbackv5' ); |
81 | 81 | // Load the IE-specific module |
82 | | - if( navigator.appVersion.indexOf(�MSIE�) != -1 ) { |
| 82 | + if( navigator.appVersion.indexOf( 'MSIE' ) != -1 ) { |
83 | 83 | mw.loader.load( 'ext.articleFeedbackv5.ie' ); |
84 | 84 | } |
85 | 85 | } |