Skip to content

Commit

Permalink
upgrade error
Browse files Browse the repository at this point in the history
  • Loading branch information
retorquere committed Jun 22, 2015
1 parent 84e5d88 commit 07d89a6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ DOWNLOADS = {
'xregexp-all-min.js' => 'http://cdnjs.cloudflare.com/ajax/libs/xregexp/2.0.0/xregexp-all-min.js',
'json5.js' => 'https://raw.githubusercontent.com/aseemk/json5/master/lib/json5.js',
#'nunjucks.js' => 'https://mozilla.github.io/nunjucks/files/nunjucks.js',
'htmlparser.js' => 'http://ejohn.org/files/htmlparser.js',
'htmlparser.js' => 'https://raw.githubusercontent.com/blowsie/Pure-JavaScript-HTML5-Parser/master/htmlparser.js',
}
}
DOWNLOADS[:chrome].each_pair{|file, url|
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ Zotero.BetterBibTeX.attachDatabase = ->
if @columnsHash('betterbibtex."-autoexport-"').context
# sorry my dear colleague, but this was a mess
else
@copyTable('betterbibtex."-autoexport-"', 'betterbibtex.autoexport', 'id')
@copyTable('betterbibtex."-autoexport-"', 'betterbibtex.autoexport', ['id', 'preserveBibTeXVariables'])

### cleanup ###

Expand Down
2 changes: 2 additions & 0 deletions resource/translators/Collected Notes.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ class Report
@data[0].items.push(item) unless @assigned[itemID]

unpack: (collection, level) ->
return unless collection

level = {level, title: collection.name, items: []}
pos = @data.length
@data.push(level)
Expand Down

0 comments on commit 07d89a6

Please sign in to comment.