0e14af322c3028bdd047720359133b017f4c801a
kate
  Mon Sep 12 12:22:30 2011 -0700
Remove dev browser refs
diff --git src/hg/js/encodeDataSummary.js src/hg/js/encodeDataSummary.js
index 6ccd8c4..b64ec3f 100644
--- src/hg/js/encodeDataSummary.js
+++ src/hg/js/encodeDataSummary.js
@@ -152,20 +152,20 @@
         // fill in tables and activate buttons
         tableOut("#refGenomeTable", refGenomeTypes, refGenomeExps, true);
         tableOut("#elementTable", elementTypes, cellAssayExps, false);
         $("#buttonDataMatrix").click(function () {
             window.location = "encodeDataMatrixHuman.html";
         });
         tableOut("#tfbsTable", tfbsTypes, tfbsExps, false);
         $("#buttonChipMatrix").click(function () {
             window.location = "encodeChipMatrixHuman.html";
         });
     }
 
     // initialize
     encodeProject.setup({
         // todo: add hidden page variable for server
-        server: "hgwdev-kate.cse.ucsc.edu"
+        server: "hgwdev.cse.ucsc.edu"
         //server: "genome-preview.ucsc.edu"
     });
     encodeProject.loadAllFromServer(requests, handleServerData);
 });