File Changes for larrym
switch to commits view, user indexv259_preview2 to v259_base (2011-11-01 to 2011-11-07) v259
- src/hg/inc/jsHelper.h
- src/hg/js/ddcl.js
- lines changed 1, context: html, text, full: html, text
replace some instances of $(#...) with document.getElementById
- src/hg/js/hgTracks.js
- lines changed 2, context: html, text, full: html, text
replace some instances of $(#...) with document.getElementById to deal with possible metacharacter in track names; add and use escapeJQuerySelectorChars
- lines changed 5, context: html, text, full: html, text
replace some instances of $(#...) with document.getElementById
- lines changed 2, context: html, text, full: html, text
fix an undeclared variable error
- lines changed 4, context: html, text, full: html, text
restore newVisibility functionality which got accidentally refactored out
- src/hg/js/utils.js
- lines changed 11, context: html, text, full: html, text
replace some instances of $(#...) with document.getElementById to deal with possible metacharacter in track names; add and use escapeJQuerySelectorChars
- lines changed 4, context: html, text, full: html, text
add optional absolute parameter to showLoadingImage
- lines changed 1, context: html, text, full: html, text
fix a use strict error caused by a duplicate key in an object
- src/hg/lib/jsHelper.c
switch to commits view, user index