Don't export cached boards.json data.
This commit is contained in:
parent
d1aa6891a5
commit
44f8fc7d70
@ -181,6 +181,8 @@ Settings =
|
|||||||
export: ->
|
export: ->
|
||||||
# Make sure to export the most recent data.
|
# Make sure to export the most recent data.
|
||||||
$.get Conf, (Conf) ->
|
$.get Conf, (Conf) ->
|
||||||
|
# Don't export cached JSON data.
|
||||||
|
delete Conf['boardsJSON']
|
||||||
Settings.downloadExport {version: g.VERSION, date: Date.now(), Conf}
|
Settings.downloadExport {version: g.VERSION, date: Date.now(), Conf}
|
||||||
|
|
||||||
downloadExport: (data) ->
|
downloadExport: (data) ->
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user