e9391d5fe3cb7ad693f0d3ffc039a7d03f722935 kent Sun Mar 8 13:06:43 2015 -0700 Adding a watermark (grayed out text to serve as mini-instructions in a text input control) from a jquery library that's better about not submitting the watermark than the older jquery.watermarkinput.gs. diff --git src/hg/js/makefile src/hg/js/makefile index adfb015..59362a7 100644 --- src/hg/js/makefile +++ src/hg/js/makefile @@ -3,31 +3,31 @@ SUBDIRS= external model react include subdirs.mk # UCSC js files must pass jshint UCSC_JS_FILES=ajax.js alleles.js autocomplete.js edwPersona.js \ hgCustom.js hgGateway.js hgHubConnect.js hgTracks.js \ hgVarAnnogrator.js hui.js jsHelper.js utils.js ddcl.js subCfg.js \ encodeProject.js encodeDataSummary.js encodeDataMatrix.js encodeChipMatrix.js encodeMatrix.js # STATIC files must pass jshint STATIC_FILES=staticDoc.js # JQUERY files and other third pary files which have NOT BEEN TOUCHED by UCSC JQUERY_FILES_UNTOUCHED=jquery.js jquery.imgareaselect.js jquery-ui.js jquery.contextmenu.js \ - jquery.cookie.js jquery.watermarkinput.js \ + jquery.cookie.js jquery.watermark.js jquery.watermarkinput.js \ jquery.floatheader.js jquery.rotateTableCellContent.js jquery.plugins.js \ jquery.validate.min.js jquery.history.js # JQUERY or other third pary files which HAVE BEEN MODIFIED by UCSC JQUERY_FILES_MODIFIED=jquery.tablednd.js ui.dropdownchecklist.js JQUERY_FILES=${JQUERY_FILES_UNTOUCHED} ${JQUERY_FILES_MODIFIED} # SYMLINKED files are include in CGIs via a version or timestamped symlink # to force client side updates SYMLINKED_FILES=${UCSC_JS_FILES} ${JQUERY_FILES} ifdef LOWELAB # LOWE lab files should be forced through jshint (but currently aren't) SYMLINKED_FILES += lowetooltip.js loweautocomplete.js