handling toggle parts visible tag: now rely on local storage, so avoid
[plewww.git] / planetlab / nodes / node_add.php
index 8a17774..cbcb3d0 100644 (file)
@@ -168,7 +168,7 @@ EOF;
 
 $toggle = new PlekitToggle ('add-node',"Add Node",
                            array('bubble'=>'Add a node - does not enforce PCU - for admins only !',
-                                 'visible'=>get_arg('show_details',true)));
+                                 'visible'=>get_arg('show_details')));
 $toggle->start();
 
 $details=new PlekitDetails($has_privileges);