5f398a35e8fc26b9f9e1ce4e4ba7faace4c896a5
Merge parents 4480ab2 2eb4c6d
kate
  Thu Oct 27 12:33:51 2011 -0700
Merge branch 'master' into matrix
diff --cc src/hg/js/makefile
index 48030ae,a595be6..e82bb10
--- src/hg/js/makefile
+++ src/hg/js/makefile
@@@ -1,25 -1,25 +1,25 @@@
  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.dropdownchecklist.js \
 -    jquery.cookie.js jquery.watermarkinput.js
 +    jquery.cookie.js jquery.watermarkinput.js jquery.floatheader.js
  
- JS_FILES=ajax.js autocomplete.js hgGateway.js hgHubConnect.js hgTracks.js \
+ JS_FILES=ajax.js autocomplete.js hgCustom.js hgGateway.js hgHubConnect.js hgSession.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 \
  	    ${MAKE} doInstall DEST=${DOCUMENTROOT}-${USER}/js/${USER}; \
  		cp ${STATIC_FILES} ${DOCUMENTROOT}-${USER}/js; \
  	else \