- Fix small bug in ingester interface
This commit is contained in:
parent
9f1cbf3177
commit
5af10b1061
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
||||||
<statusbar id="status-bar">
|
<statusbar id="status-bar">
|
||||||
<statusbarpanel id="schlar-status" insertafter="livemark-button">
|
<statusbarpanel id="schlar-status" insertafter="livemark-button">
|
||||||
<label id="scholar-status-label" collapsed="true" crop="end" style="width:0px" />
|
<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()" />
|
||||||
</statusbarpanel>
|
</statusbarpanel>
|
||||||
</statusbar>
|
</statusbar>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue