9f006e2aaa0c1f36fac2f3cdc07cefebced723eb
tdreszer
  Mon Sep 27 15:26:12 2010 -0700
Again with the Oks not OK.  Missed one plase to expose composite when plus button pressed
diff --git src/hg/js/hui.js src/hg/js/hui.js
index 45b7408..8edbc17 100644
--- src/hg/js/hui.js
+++ src/hg/js/hui.js
@@ -191,6 +191,8 @@
         this.checked = state;
         matSubCBsetShadow(this);
     });
+    if(state)
+        exposeAll();  // Unhide composite vis?
     showOrHideSelectedSubtracks();
     matSubCBsSelected();
     //jQuery(this).css('cursor', '');
@@ -646,7 +648,7 @@
         modal: true,
         closeOnEscape: true,
         autoOpen: false,
-        buttons: { "Ok": function() {
+        buttons: { "OK": function() {
             popUpCfgOk(this,popUpTrackName);
             $(this).dialog("close");
         }},