Make net appear even before first page has loaded
This commit is contained in:
parent
6b2d9bb3e6
commit
9a9621f39d
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
<statusbar id="status-bar">
|
||||
<statusbarpanel id="schlar-status" insertafter="livemark-button">
|
||||
<label id="scholar-status-label" collapsed="true" crop="end" style="width:0px" />
|
||||
<image id="scholar-status-image" width="16" height="16" onclick="Scholar_Ingester_Interface.scrapeThisPage()" />
|
||||
<image id="scholar-status-image" width="16" height="16" onclick="Scholar_Ingester_Interface.scrapeThisPage()" src="chrome://scholar/skin/capture_gray.png" />
|
||||
</statusbarpanel>
|
||||
</statusbar>
|
||||
|
||||
|
|
Loading…
Reference in a new issue