Warn users when the drive is offline

This commit is contained in:
yflory
2019-11-07 11:54:58 +01:00
parent 77c6269e0c
commit 5c223f1ae1
4 changed files with 21 additions and 3 deletions

View File

@@ -457,7 +457,7 @@ define([
path: initialPathInDrive // Where to store the pad if we don't have it in our drive
};
Cryptpad.setPadTitle(data, function (err) {
cb(err);
cb({error: err});
});
});
sframeChan.on('EV_SET_TAB_TITLE', function (newTabTitle) {