r113241 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r113240‎ | r113241 | r113242 >
Date:16:05, 7 March 2012
Author:foxtrott
Status:ok
Tags:
Comment:
bugfix (first filter not shown)
Modified paths:
  • /trunk/extensions/SemanticResultFormats/Filtered/libs/ext.srf.filtered.value-filter.js (modified) (history)

Diff [purge]

Index: trunk/extensions/SemanticResultFormats/Filtered/libs/ext.srf.filtered.value-filter.js
@@ -95,7 +95,7 @@
9696
9797 var switchControls = $('<div class="filtered-value-switches">');
9898
99 - if ( $.inArray('and or', switches) ) {
 99+ if ( $.inArray('and or', switches) >= 0 ) {
100100
101101 var andorControl = $('<div class="filtered-value-andor">');
102102 var andControl = $('<input type="radio" name="filtered-value-andor ' +

Status & tagging log