File Changes for galt
switch to commits view, user indexv310_preview to v310_preview2 (2014-12-08 to 2014-12-15) v310
- src/hg/hgTracks/simpleTracks.c
- lines changed 31, context: html, text, full: html, text
Simplifying pack visibility logic for clickmaps and next/prev exon arrows.
- src/hg/htdocs/makefile
- lines changed 7, context: html, text, full: html, text
Adding some helpful reminder comments to htdocs makefile about rsyncing files which have not been checked in yet.
- src/hg/js/hgTracks.js
- lines changed 5, context: html, text, full: html, text
Fixes 14509. hgTracks.js had an incorrect assumption that the position to be updated in the document title would always be in the 2nd position after parsing on spaces. But "D. melanogaster" and several others which used the scientific name would break. It was tricky because it could get fixed by certain refreshes. The new hgTracks.js needs to get pushed with this release. The fix involves simply scanning for a word that contains a colon character which should only appear in the position field, and does not appear in dbDb names or sci-names.
switch to commits view, user index