Index: trunk/extensions/LiveTranslate/includes/jquery.liveTranslate.js |
— | — | @@ -182,13 +182,13 @@ |
183 | 183 | */ |
184 | 184 | this.buildHtml = function() { |
185 | 185 | _this.attr( { |
186 | | - style: 'display:inline; float:right', |
| 186 | + style: 'display:inline; float:right' |
187 | 187 | } ).attr( 'class', 'notranslate' ); |
188 | 188 | |
189 | 189 | _this.html( lt.msg( 'livetranslate-translate-to' ) ); |
190 | 190 | |
191 | 191 | _this.select = $( '<select />' ).attr( { |
192 | | - id: 'ltselect' + _this.uniqueId, |
| 192 | + id: 'ltselect' + _this.uniqueId |
193 | 193 | } ); |
194 | 194 | |
195 | 195 | for ( langCode in options.languages ) { |
— | — | @@ -196,7 +196,7 @@ |
197 | 197 | } |
198 | 198 | |
199 | 199 | _this.translateButton = $( '<button />' ).attr( { |
200 | | - id: 'livetranslatebutton' + _this.uniqueId, |
| 200 | + id: 'livetranslatebutton' + _this.uniqueId |
201 | 201 | } ).text( lt.msg( 'livetranslate-button-translate' ) ); // .button() |
202 | 202 | |
203 | 203 | _this.revertButton = $( '<button />' ).attr( { |