remove observers on the progressmeter element. we now directly manipulate

the progressmeter instead of going through an observer which is *MUCH*
 slower
This commit is contained in:
mscott%netscape.com 2000-05-03 21:17:14 +00:00
parent 38a2ffb655
commit 54863ea2c6

View File

@ -317,11 +317,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>