47ea57080b515e5dad5f658c58feb8944a7e7d61
chmalee
  Thu Jan 29 15:30:26 2026 -0800
Replace clade/assembly dropdowns with a search bar on most CGIs. Add a recents list to hgGateway and to the species bar and to the 'Genomes' dropdown menu. Track recently selected species in localStorage. Add toGenome and fromGenome arguemnts to hubApi/liftOver in order to find appropriate liftover assemblies, refs #36232

diff --git src/hg/js/react/lib/makefile src/hg/js/react/lib/makefile
index 3c756009694..9e2ce425c10 100644
--- src/hg/js/react/lib/makefile
+++ src/hg/js/react/lib/makefile
@@ -1,16 +1,20 @@
 kentSrc = ../../../..
 include ../../../../inc/common.mk
 
 JS_DIR=../..
 
 # The original JSX source files
 JSX_FILES= CheckboxLabel.jsx CladeOrgDb.jsx Icon.jsx LabeledSelect.jsx LoadingImage.jsx \
 		Modal.jsx Section.jsx TextInput.jsx PositionSearch.jsx \
-		SetClearButtons.jsx Sortable.jsx TextArea.jsx UserRegions.jsx
+		SetClearButtons.jsx Sortable.jsx SpeciesSearch.jsx TextArea.jsx UserRegions.jsx
 
 # The final product after compiling and bundling
 BUNDLE_FILE=reactLibBundle.js
 
 include ${JS_DIR}/install.mk
 include ../react.mk
 
+NODEBIN=/cluster/software/src/node-v0.10.24-linux-x64/bin/
+JSX=$(NODEBIN)/node $(NODEBIN)/jsx
+UGLIFYJS=$(NODEBIN)/node $(NODEBIN)/uglifyjs
+