Bug 452080, additional line that was missed due to merging

This commit is contained in:
Neil Deakin 2008-09-13 17:20:11 -04:00
parent 3bda0b67c6
commit fa37939abd

View File

@ -734,6 +734,7 @@ var BrowserUI = {
// URL textbox events
case "click":
this.show(UIMODE_URLEDIT);
this.updateAutoComplete(true);
break;
case "input":
this.updateAutoComplete(false);