Fix saving of single files to library root via save button

This commit is contained in:
Dan Stillman 2016-03-21 01:30:16 -04:00
parent ea1486f62f
commit 20ece48a57
4 changed files with 44 additions and 5 deletions

View file

@ -42,7 +42,9 @@ function loadBrowserWindow() {
}
/**
* Loads a Zotero pane in a new window and selects My Library. Returns the containing window.
* Opens the Zotero pane and selects My Library. Returns the containing window.
*
* @param {Window} [win] - Existing window to use; if not specified, a new window is opened
*/
var loadZoteroPane = Zotero.Promise.coroutine(function* (win) {
if (!win) {