Merge branch 'soon' into staging

This commit is contained in:
yflory
2017-06-09 14:38:36 +02:00
3 changed files with 13 additions and 1 deletions

View File

@@ -292,8 +292,16 @@ define([
}
return;
}
})
.on('change', ['drive', 'migrate'], function () {
var path = arguments[2];
var value = arguments[1];
if (path[0] === 'drive' && path[1] === "migrate" && value == 1) {
rt.network.disconnect();
rt.realtime.abort();
Cryptpad.alert(Cryptpad.Messages.fs_migration);
}
});
};
Store.ready = function (f, Cryptpad) {