Remove reference to 'publications' library type in URI.getLibraryPath()
This commit is contained in:
parent
90a27f8d4b
commit
8edd8830da
1 changed files with 0 additions and 1 deletions
|
@ -89,7 +89,6 @@ Zotero.URI = new function () {
|
|||
|
||||
switch (libraryType) {
|
||||
case 'user':
|
||||
case 'publications':
|
||||
var id = Zotero.Users.getCurrentUserID();
|
||||
if (!id) {
|
||||
id = 'local/' + Zotero.Users.getLocalUserKey();
|
||||
|
|
Loading…
Reference in a new issue