Fix file upload and remove unnecessary dependencies

This commit is contained in:
yflory
2017-12-01 10:16:48 +01:00
parent 664625a6ef
commit bd85f1b003
5 changed files with 15 additions and 16 deletions

View File

@@ -234,7 +234,7 @@ define([
sframeChan.on('Q_SET_PAD_TITLE_IN_DRIVE', function (newTitle, cb) {
currentTitle = newTitle;
setDocumentTitle();
Cryptpad.setPadTitle(newTitle, undefined, function (err) {
Cryptpad.setPadTitle(newTitle, undefined, undefined, function (err) {
cb(err);
});
});