restoring chromeclass to urlbar removed in rev 1.28

This commit is contained in:
danm%netscape.com 1999-08-21 01:04:05 +00:00
Родитель cce4d3df48
Коммит ed5b9e5448
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -496,7 +496,7 @@ Contributor(s): ______________________________________. -->
<box align="vertical" flex="100%">
<spring flex="100%"/>
<html:input id="urlbar" type="text"
<html:input id="urlbar" type="text" chromeclass="location"
onkeyup="if (event.which == 13) { BrowserLoadURL(); }"/>
<spring flex="100%"/>
</box>

Просмотреть файл

@ -496,7 +496,7 @@ Contributor(s): ______________________________________. -->
<box align="vertical" flex="100%">
<spring flex="100%"/>
<html:input id="urlbar" type="text"
<html:input id="urlbar" type="text" chromeclass="location"
onkeyup="if (event.which == 13) { BrowserLoadURL(); }"/>
<spring flex="100%"/>
</box>