Index: trunk/extensions/WikiLove/modules/ext.wikiLove/ext.wikiLove.core.js |
— | — | @@ -45,14 +45,14 @@ |
46 | 46 | $typeList.append( $( '<li tabindex="0"></li>' ).append( $button ) ); |
47 | 47 | } |
48 | 48 | |
49 | | - var commonsLink = $( '<a>' ) |
| 49 | + var commonsLink = $( '<a>' ) |
50 | 50 | .attr( 'href', mw.msg( 'wikilove-commons-url' ) ) |
51 | 51 | .attr( 'target', '_blank' ) |
52 | 52 | .text( mw.msg( 'wikilove-commons-link' ) ) |
53 | 53 | .wrap( '<div>' ) // or .html() will only return the link text |
54 | 54 | .parent() |
55 | 55 | .html(); |
56 | | - termsLink = $( '<a> ') |
| 56 | + var termsLink = $( '<a> ') |
57 | 57 | .attr( 'href', mw.msg( 'wikilove-terms-url' ) ) |
58 | 58 | .attr( 'target', '_blank' ) |
59 | 59 | .text( mw.msg( 'wikilove-terms-link' ) ) |