diff --git a/src/features.coffee b/src/features.coffee index 075f30395..54081eeda 100644 --- a/src/features.coffee +++ b/src/features.coffee @@ -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