Conf['archives'] doesn't currently exist in this fork.

This commit is contained in:
ccd0 2016-01-27 10:12:13 -08:00
parent 19ba43ae3d
commit d1aa6891a5

View File

@ -181,8 +181,6 @@ Settings =
export: ->
# Make sure to export the most recent data.
$.get Conf, (Conf) ->
# XXX don't export archives.
delete Conf['archives']
Settings.downloadExport {version: g.VERSION, date: Date.now(), Conf}
downloadExport: (data) ->