7711814fb6a160f9a72282a301415db91665d810 tdreszer Wed Aug 17 15:55:30 2011 -0700 Larry and I have added page/image refresh when it is dirty. This is for solving the main back-button issue, where js/ajax changes to the image are lost when using back-button. diff --git src/hg/hgTracks/hgTracks.c src/hg/hgTracks/hgTracks.c index 0ae7f40..dfd27ca 100644 --- src/hg/hgTracks/hgTracks.c +++ src/hg/hgTracks/hgTracks.c @@ -4937,30 +4937,33 @@ hWrites("
\n"); #endif//ndef USE_NAVIGATION_LINKS if (showTrackControls) { /* Break into a second form so that zooming and scrolling * can be done with a 'GET' so that user can back up from details * page without Internet Explorer popping up an annoying dialog. * Do rest of page as a 'POST' so that the ultra-long URL from * all the track controls doesn't break things. IE URL limit * is 2000 bytes, but some firewalls impose a ~1000 byte limit. * As a side effect of breaking up the page into two forms * we need to repeat the position in a hidden variable here * so that zoom/scrolling always has current position to work * from. */ + #if IN_PLACE_UPDATE + hPrintf(""); + #endif/// IN_PLACE_UPDATE hPrintf("", chromName, winStart+1, winEnd); hPrintf("\n%s", trackGroupsHidden1->string); hPrintf("\n"); hPrintf("