3ca4af9ada5ba351b0edb9ec68032b9e7bf4f1cd galt Fri May 16 16:36:54 2025 -0700 Oops removing debug warning. diff --git src/hg/js/hgTracks.js src/hg/js/hgTracks.js index 4a20131972f..f6edc0a1490 100644 --- src/hg/js/hgTracks.js +++ src/hg/js/hgTracks.js @@ -2471,31 +2471,30 @@ 'table': args.table, 'name': args.name, 'chrom': hgTracks.chromName}), trueSuccess: rightClick.handleZoomCodon, success: catchErrorOrDispatch, error: errorHandler, cache: true }); }); } else if (cmd === 'hgTrackUi_popup') { // Launches the popup but shields the ajax with a waitOnFunction popUp.hgTrackUi( rightClick.selectedMenuItem.id, false ); } else if (cmd === 'hgTrackUi_popup_description') { // Launches the popup but shields the ajax with a waitOnFunction - warn("DEBUG cmd === 'hgTrackUi_popup_description'"); popUp.hgTrackUi( rightClick.selectedMenuItem.id, true ); } else if (cmd === 'hgTrackUi_follow') { url = "hgTrackUi?hgsid=" + getHgsid() + "&g="; rec = hgTracks.trackDb[id]; if (tdbHasParent(rec) && tdbIsLeaf(rec)) url += rec.parentTrack; else { // The button already has the ref var link = normed($( 'td#td_btn_'+ rightClick.selectedMenuItem.id ).children('a')); if (link) url = $(link).attr('href'); else url += rightClick.selectedMenuItem.id;