r95161 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r95160‎ | r95161 | r95162 >
Date:18:00, 21 August 2011
Author:jeroendedauw
Status:ok
Tags:
Comment:
fix ie js issues
Modified paths:
  • /trunk/extensions/LiveTranslate/includes/jquery.liveTranslate.js (modified) (history)

Diff [purge]

Index: trunk/extensions/LiveTranslate/includes/jquery.liveTranslate.js
@@ -182,13 +182,13 @@
183183 */
184184 this.buildHtml = function() {
185185 _this.attr( {
186 - style: 'display:inline; float:right',
 186+ style: 'display:inline; float:right'
187187 } ).attr( 'class', 'notranslate' );
188188
189189 _this.html( lt.msg( 'livetranslate-translate-to' ) );
190190
191191 _this.select = $( '<select />' ).attr( {
192 - id: 'ltselect' + _this.uniqueId,
 192+ id: 'ltselect' + _this.uniqueId
193193 } );
194194
195195 for ( langCode in options.languages ) {
@@ -196,7 +196,7 @@
197197 }
198198
199199 _this.translateButton = $( '<button />' ).attr( {
200 - id: 'livetranslatebutton' + _this.uniqueId,
 200+ id: 'livetranslatebutton' + _this.uniqueId
201201 } ).text( lt.msg( 'livetranslate-button-translate' ) ); // .button()
202202
203203 _this.revertButton = $( '<button />' ).attr( {

Follow-up revisions

RevisionCommit summaryAuthorDate
r95162follow up r95161jeroendedauw18:01, 21 August 2011

Status & tagging log