auto expand the server nodes, per Mark
authorxzilla <xzilla>
Mon, 7 Mar 2005 22:16:41 +0000 (22:16 +0000)
committerxzilla <xzilla>
Mon, 7 Mar 2005 22:16:41 +0000 (22:16 +0000)
browser.php

index 729904fc5f2b6cfc836179f9d53368efa5ee3754..cd3373914ae2fd05c35907e3d39f3657c2deff7f 100644 (file)
@@ -5,7 +5,7 @@
         * if you click on a database it shows a list of database objects in that
         * database.
         *
-        * $Id: browser.php,v 1.44.2.2 2005/03/03 14:52:56 jollytoad Exp $
+        * $Id: browser.php,v 1.44.2.3 2005/03/07 22:16:41 xzilla Exp $
         */
 
        // Include application functions
@@ -46,6 +46,7 @@ var tree = new WebFXLoadTree("<?php echo $lang['strservers']; ?>", "servers.php?
 tree.target = "detail";
 
 tree.write();
+tree.setExpanded(true);
 
 </script>