Skip to content

Commit

Permalink
loki signature changed
Browse files Browse the repository at this point in the history
  • Loading branch information
retorquere committed Oct 30, 2015
1 parent d67436b commit 0a7bb18
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/content/zotero-better-bibtex/db.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ Zotero.BetterBibTeX.DB = new class

Zotero.File.putContents(file, serialized)

callback(true)
callback()
Zotero.BetterBibTeX.debug('DB.saveDatabase:', {name, file: file.path})

loadDatabase: (name, callback) ->
Expand Down
2 changes: 2 additions & 0 deletions features/step_definitions/steps.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ def loadZotero
profile.add_extension(xpi)
}

profile['xpinstall.signatures.required'] = false

profile['extensions.zotero.showIn'] = 2
profile['extensions.zotero.httpServer.enabled'] = true
profile['dom.max_chrome_script_run_time'] = 6000
Expand Down

0 comments on commit 0a7bb18

Please sign in to comment.