From: xzilla Date: Mon, 7 Mar 2005 22:16:41 +0000 (+0000) Subject: auto expand the server nodes, per Mark X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=593e9df54aa8f092885a18dfd6a22518c4588f0c;p=phppgadmin.git auto expand the server nodes, per Mark --- diff --git a/browser.php b/browser.php index 729904fc..cd337391 100644 --- a/browser.php +++ b/browser.php @@ -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("", "servers.php? tree.target = "detail"; tree.write(); +tree.setExpanded(true);