remove getPadTitle

This commit is contained in:
ansuz
2017-04-14 11:41:18 +02:00
parent f42da4ecd8
commit 8f4dbcf4c6
2 changed files with 0 additions and 35 deletions

View File

@@ -781,15 +781,6 @@ define([
}
Cryptpad.onDisplayNameChanged(setName);
Cryptpad.getPadTitle(function (err, title) {
if (err) {
error(err);
debug("Couldn't get pad title");
return;
}
updateTitle(title || defaultName);
});
};
// don't initialize until the store is ready.