Revert "Revert "Don't export cached boards.json data.""
This reverts commit fa2d5bd891a23616dcec28f52f28dc46681e1100.
This commit is contained in:
parent
a193d0a3ac
commit
df0a389a9b
@ -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) ->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user