Remove unnecessary TODOs

This commit is contained in:
yflory
2017-03-27 11:53:13 +02:00
parent d92a875ce5
commit 71c59d7ae2
5 changed files with 2 additions and 10 deletions

View File

@@ -734,7 +734,6 @@ define([
console.log("Aborting the session!");
// stop the user from continuing to edit
setEditable(false);
// TODO inform them that the session was torn down
toolbar.failed();
Cryptpad.alert(Messages.common_connectionLost, undefined, true);
};
@@ -797,7 +796,6 @@ define([
var interval = 100;
var second = function (Ckeditor) {
Cryptpad.ready(function (err, env) {
// TODO handle error
andThen(Ckeditor);
});
Cryptpad.onError(function (info) {
@@ -810,7 +808,6 @@ define([
var first = function () {
Ckeditor = ifrw.CKEDITOR;
if (Ckeditor) {
//andThen(Ckeditor);
// mobile configuration
Ckeditor.config.toolbarCanCollapse = true;
Ckeditor.config.height = '72vh';