This commit is contained in:
antelle 2019-01-06 23:34:39 +01:00
parent ae8e6e4bc8
commit 3ff98e06de
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ const RuntimeDataModel = Backbone.Model.extend({
return SettingsStore.load('runtime-data').then(data => {
if (data) {
if (data.cookies) {
// we're not using now
// we're not using cookies here now
delete data.cookies;
}
this.set(data, {silent: true});