witten
/
luminotes
Archived
1
0
Fork 0

Clicking the background now closes any open pulldowns.

This commit is contained in:
Dan Helfman 2007-09-05 02:30:15 +00:00
parent 295369bad5
commit 259002efe0
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ function Wiki() {
connect( this.invoker, "error_message", this, "display_error" );
connect( "search_form", "onsubmit", this, "search" );
connect( "search_button", "onclick", this, "toggle_search_options" );
connect( "html", "onclick", this, "clear_pulldowns" );
// get info on the requested notebook (if any)
var self = this;