Fix exporter exporting irrelevant data.

This commit is contained in:
Nicolas Stepien 2013-04-02 10:31:28 +02:00
parent 8dec16213e
commit c084c66ee0

View File

@ -373,7 +373,7 @@ Settings =
for db in DataBoards
Conf[db] = boards: {}
# Make sure to export the most recent data.
$.get data.Conf, (Conf) ->
$.get Conf, (Conf) ->
data.Conf = Conf
Settings.export now, data
return