(juris-m) tagselector undefined
I keep getting the following run-time error after a build from source of Juris-M without errors. I have tried a clean (docker) build environment as well, but get the exact same message.
Does anyone have a suggestions on the cause and/or possible solutions?
Zotero.TagSelector is undefined
TypeError: Zotero.TagSelector is undefined
ZoteroPane</this.initTagSelector@chrome://zotero/content/zoteroPane.js:1103:4
ZoteroPane</this.initContainers@chrome://zotero/content/zoteroPane.js:259:3
ZoteroPane</this.makeVisible<@chrome://zotero/content/zoteroPane.js:400:3
From previous event:
ZoteroStandalone</this.onLoad@chrome://zotero/content/standalone/standalone.js:41:3
@chrome://zotero/content/standalone/standalone.js:497:47
See also Debug id: D1556135245-38273.
Does anyone have a suggestions on the cause and/or possible solutions?
Zotero.TagSelector is undefined
TypeError: Zotero.TagSelector is undefined
ZoteroPane</this.initTagSelector@chrome://zotero/content/zoteroPane.js:1103:4
ZoteroPane</this.initContainers@chrome://zotero/content/zoteroPane.js:259:3
ZoteroPane</this.makeVisible<@chrome://zotero/content/zoteroPane.js:400:3
From previous event:
ZoteroStandalone</this.onLoad@chrome://zotero/content/standalone/standalone.js:41:3
@chrome://zotero/content/standalone/standalone.js:497:47
See also Debug id: D1556135245-38273.
I will try this and report back.
I am trying to add ECLI lookup to Juris-M. It seems to be partly working already but missing some values.
For European lawyers there is clear benefit, but I think my changes are also somewhat relevant for Zotero users as at this moment a lookup of and ECLI number will be `recognized` as a pubmed id, giving unexpected results.
Is it best to work towards separate pull request for Zotero and Juris-M? Fixing the pubmed regex in Zotero to exclude ECLI and adding ECLI lookup to Juris-M? Thanks for your thoughts!