Index: trunk/extensions/Vector/modules/ext.vector.simpleSearch.js |
— | — | @@ -93,7 +93,7 @@ |
94 | 94 | special: { |
95 | 95 | render: function( query ) { |
96 | 96 | if ( $(this).children().size() == 0 ) { |
97 | | - $(this).show() |
| 97 | + $(this).show(); |
98 | 98 | $label = $( '<div />' ) |
99 | 99 | .addClass( 'special-label' ) |
100 | 100 | .text( mediaWiki.msg( 'vector-simplesearch-containing' ) ) |