get rid of observers for the progress meter and status text area

This commit is contained in:
mscott%netscape.com 2000-05-03 21:18:05 +00:00
Родитель 593a1d30c6
Коммит ebbfb2c74e
1 изменённых файлов: 1 добавлений и 5 удалений

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

@ -323,11 +323,7 @@ Rights Reserved.
<box id="status-bar">
<box align="vertical" style="width:100px">
<spring flex="100%"/>
<progressmeter id="statusbar-icon" mode="normal" value="0" onclick="dumpProgress()">
<observes element="Messenger:LoadingProgress" attribute="mode"/>
<observes element="Messenger:LoadingProgress" attribute="value"/>
<observes element="Messenger:Throbber" attribute="busy"/>
</progressmeter>
<progressmeter id="statusbar-icon" mode="normal" value="0" onclick="dumpProgress()"/>
<spring flex="100%"/>
</box>