1af47ed21c0e8dbd74045b1f936d551137215437
larrym
  Wed Sep 7 16:08:10 2011 -0700
remove unused js file
diff --git src/hg/js/makefile src/hg/js/makefile
index 1b4596d..4e6dc3f 100644
--- src/hg/js/makefile
+++ src/hg/js/makefile
@@ -1,22 +1,22 @@
 include ../../inc/common.mk
 
 # recursive target to do install to DEST, with extra excludes EXCL.
 
 JQUERY_FILES=jquery-1.2.6.pack.js jquery.js jquery.tablednd.js \
     jquery.imgareaselect.js jquery-ui.js jquery.contextmenu.js \
-    ui.core.js ui.dropdownchecklist.js \
+    ui.dropdownchecklist.js \
     jquery.cookie.js
 
 JS_FILES=ajax.js autocomplete.js hgGateway.js hgHubConnect.js hgTracks.js \
     hui.js utils.js ddcl.js \
     encodeProject.js encodeDataSummary.js encodeDataMatrix.js encodeChipMatrix.js \
     ${JQUERY_FILES}
 
 STATIC_FILES=staticDoc.js jquery.js
 
 ifdef LOWELAB
     JS_FILES += lowetooltip.js loweautocomplete.js
 endif
 
 user:
 	if test -d ${DOCUMENTROOT}-${USER}; then \