Skip to content

Commit

Permalink
clipBoard
Browse files Browse the repository at this point in the history
  • Loading branch information
retorquere committed Jul 24, 2015
1 parent a536330 commit 87f7a76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions chrome/content/zotero-better-bibtex/web-endpoints.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -240,5 +240,6 @@ class Zotero.BetterBibTeX.CAYW.CitationEditInterface
cite = Zotero.BetterBibTeX.keymanager.get({itemID: item.id}, 'on-export').citekey
citation.push(@config.keyprefix + cite + @config.keypostfix)
citation = @config.citeprefix + citation.join(@config.separator) + @config.citepostfix
Zotero.Utilities.Internal.copyTextToClipboard(citation)
@deferred.fulfill(citation)
Zotero.Integration.currentWindow.close()

0 comments on commit 87f7a76

Please sign in to comment.