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

This reverts commit 44f8fc7d70e2508e84207ed61c860d223a161124.
This commit is contained in:
ccd0 2016-01-29 02:00:31 -08:00
parent a22ca7a3f3
commit fa2d5bd891

View File

@ -181,8 +181,6 @@ 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) ->