Don't export archives.

This commit is contained in:
Mayhem 2013-05-12 23:16:03 +02:00
parent df21f89d02
commit 5267b93317

View File

@ -175,6 +175,8 @@ Settings =
Conf[db] = boards: {}
# Make sure to export the most recent data.
$.get Conf, (Conf) ->
# XXX don't export archives.
delete Conf['archives']
data.Conf = Conf
Settings.export now, data
return