c2dab33ede2e4f3a30fbe4a0ee774992f45e34c3 tdreszer Tue Oct 25 17:47:50 2011 -0700 Oops. Not a long int. diff --git src/hg/lib/fileUi.c src/hg/lib/fileUi.c index a4afa16..a2c0da2 100644 --- src/hg/lib/fileUi.c +++ src/hg/lib/fileUi.c @@ -531,31 +531,31 @@ slPairValSortCase(&tagLabelPairs); char extraClasses[256]; safef(extraClasses,sizeof extraClasses,"filterTable %s",var); #ifdef NEW_JQUERY char *dropDownHtml = cgiMakeMultiSelectDropList(var,tagLabelPairs,NULL,"All",extraClasses,"onchange='filterTable(this);' style='font-size:.9em;'"); #else///ifndef NEW_JQUERY char *dropDownHtml = cgiMakeMultiSelectDropList(var,tagLabelPairs,NULL,"All",extraClasses,"onchange='filterTable();' onclick='filterTableExclude(this);'"); #endif///ndef NEW_JQUERY // Note filterBox has classes: filterBy & {var} if (dropDownHtml) { dyStringPrintf(dyFilters,"