src/hg/js/hui.js 1.55

1.55 2010/05/24 21:12:17 tdreszer
Make sure to block new 'exclude' options logic from filterBy boxes that are not filtering subtracks
Index: src/hg/js/hui.js
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/js/hui.js,v
retrieving revision 1.54
retrieving revision 1.55
diff -b -B -U 4 -r1.54 -r1.55
--- src/hg/js/hui.js	24 May 2010 20:36:16 -0000	1.54
+++ src/hg/js/hui.js	24 May 2010 21:12:17 -0000	1.55
@@ -1073,9 +1073,9 @@
 function filterCompositeExcludeOptions(obj)
 { // Will mark all options in one filterComposite boxes that are inconsistent with the current
   // selections in other filterComposite boxes.  Mark is class ".excluded"
 
-    if($(obj).hasClass('filterComp') == false)
+    if($(obj).hasClass('filterBy'))
         return false;
 
     // Walk through all other dimensions and narrow list of subCBs that are selected
     // NOTE: narrowing the list should by each dimension other than current one is the same as