Renamed metadataPane.js/xul to match previous change.
This commit is contained in:
parent
a7b35c0286
commit
68fed95e8f
3 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,7 @@
|
||||||
<overlay
|
<overlay
|
||||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||||
|
|
||||||
<script src="metadataPane.js"/>
|
<script src="itemPane.js"/>
|
||||||
<tabbox id="scholar-view-item">
|
<tabbox id="scholar-view-item">
|
||||||
<tabs>
|
<tabs>
|
||||||
<tab label="Info"/>
|
<tab label="Info"/>
|
|
@ -4,7 +4,7 @@
|
||||||
|
|
||||||
<overlay id="scholar"
|
<overlay id="scholar"
|
||||||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||||
<?xul-overlay href="metadataPane.xul" ?>
|
<?xul-overlay href="itemPane.xul" ?>
|
||||||
|
|
||||||
<!-- Include the global XPCOM object -->
|
<!-- Include the global XPCOM object -->
|
||||||
<script src="include.js"/>
|
<script src="include.js"/>
|
||||||
|
|
Loading…
Reference in a new issue