Merge branch 'soon' into staging

This commit is contained in:
ansuz
2019-11-08 09:31:38 -05:00
5 changed files with 55 additions and 3 deletions

View File

@@ -511,7 +511,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) {