src/hg/hgTracks/hgTracks.c 1.1634

1.1634 2010/03/09 00:15:35 tdreszer
utils.js needs to be there whether advancedJavascriptFeatures is on or not
Index: src/hg/hgTracks/hgTracks.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/hg/hgTracks/hgTracks.c,v
retrieving revision 1.1633
retrieving revision 1.1634
diff -b -B -U 4 -r1.1633 -r1.1634
--- src/hg/hgTracks/hgTracks.c	4 Mar 2010 21:24:08 -0000	1.1633
+++ src/hg/hgTracks/hgTracks.c	9 Mar 2010 00:15:35 -0000	1.1634
@@ -5404,12 +5404,12 @@
     hgFindMatches = NULL;     // XXXX necessary ???
     }
 
 jsIncludeFile("jquery.js", NULL);
+jsIncludeFile("utils.js", NULL);
 if(dragZooming)
     {
     jsIncludeFile("jquery.imgareaselect.js", NULL);
-    jsIncludeFile("utils.js", NULL);
     jsIncludeFile("ajax.js", NULL);
     hPrintf("<link href='../style/autocomplete.css' rel='stylesheet' type='text/css' />\n");
     jsIncludeFile("jquery.autocomplete.js", NULL);
     jsIncludeFile("autocomplete.js", NULL);