Remove reference to 'publications' library type in URI.getLibraryPath()

This commit is contained in:
Dan Stillman 2017-05-19 08:19:50 -04:00
parent 90a27f8d4b
commit 8edd8830da

View file

@ -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();