Skip to content

Commit

Permalink
simply report "ready"
Browse files Browse the repository at this point in the history
  • Loading branch information
retorquere committed Sep 1, 2015
1 parent 6e67305 commit 99fc3ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/content/zotero-better-bibtex/web-endpoints.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ Zotero.BetterBibTeX.endpoints.schomd.init = (url, data, sendResponseCallback) ->
Zotero.BetterBibTeX.endpoints.cayw = { supportedMethods: ['GET'] }
Zotero.BetterBibTeX.endpoints.cayw.init = (url, data, sendResponseCallback) ->
if url.query.probe
sendResponseCallback(200, 'text/plain', Zotero.BetterBibTeX.release)
sendResponseCallback(200, 'text/plain', 'ready')
return

doc = new Zotero.BetterBibTeX.CAYW.Document()
Expand Down

0 comments on commit 99fc3ab

Please sign in to comment.