fbfab43ec80c62ac5eae93a9148812a4ca2cf6b5
tdreszer
  Mon Aug 30 14:45:29 2010 -0700
Cfg popups should not be resizable
diff --git src/hg/js/hgTracks.js src/hg/js/hgTracks.js
index 426a63f..83653f8 100644
--- src/hg/js/hgTracks.js
+++ src/hg/js/hgTracks.js
@@ -1832,8 +1832,7 @@
                                    // This doesn't work
                                    cache: true
                                },
-                               resizable: true,
-                               bgiframe: true,
+                               resizable: popUpTrackDescriptionOnly,
                                height: 'auto',
                                width: 'auto',
                                minHeight: 200,