fix it so that if you have something selected, and you hit enter, it starts with that profile.

This commit is contained in:
sspitzer%netscape.com 1999-10-29 04:40:20 +00:00
parent 075caf0152
commit 31a75ec59b

View File

@ -55,8 +55,8 @@
<tree
id="profiles" style="width: 190px; height: 150px;"
onclick="return showSelection(event.target.parentNode.parentNode);"
ondblclick="return startWithProfile(event.target.parentNode.parentNode);"
onkeypress="if(event.which == 13) return startWithProfile(event.target.parentNode.parentNode);">
ondblclick="return onStart();"
onkeypress="if (event.which == 13) return onStart();">
<treehead>
<treerow>
<treecell>&availprofiles.label;</treecell>