Fixes #190, tag issues.
- This was a problem with more than just tags. I reverted a change from r483 that shouldn't affect anything else.
This commit is contained in:
parent
ee943c0d2c
commit
d38e94dd27
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@
|
|||
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
|
||||
|
||||
<script src="itemPane.js"/>
|
||||
<deck id="scholar-view-item" flex="1">
|
||||
<deck id="scholar-view-item" flex="1" onselect="ScholarItemPane.loadPane(this.selectedIndex)">
|
||||
<vbox id="scholar-info" flex="1">
|
||||
<popupset>
|
||||
<popup id="creatorTypeMenu" position="after_start"
|
||||
|
|
Loading…
Reference in a new issue