Revert "Revert "Don't export cached boards.json data.""

This reverts commit fa2d5bd891a23616dcec28f52f28dc46681e1100.
This commit is contained in:
ccd0 2016-07-10 01:40:15 -07:00
parent a193d0a3ac
commit df0a389a9b

View File

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