Skip to content

Commit

Permalink
closes #241
Browse files Browse the repository at this point in the history
  • Loading branch information
retorquere committed Jul 14, 2015
1 parent 1291952 commit 8573718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chrome/content/zotero-better-bibtex/cache.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ Zotero.BetterBibTeX.auto = new class
Zotero.debug('idle: auto-exporter initialized:')

status: (status) ->
return "#{status} (#{(new Date()).toISOString().replace('T', ' ')})"
return "#{status} (#{(new Date()).toISOString().replace('T', ' ').replace(/\..*/, '')})"

bool: (v) -> if v then 'true' else 'false'

Expand Down

0 comments on commit 8573718

Please sign in to comment.