Use the file name as initial title

This commit is contained in:
yflory
2017-02-21 17:42:58 +01:00
parent 20b08a7847
commit c72bbd4c37
6 changed files with 33 additions and 11 deletions

View File

@@ -638,6 +638,11 @@ define([
editor.setValue(newDoc || '');
Slide.update(newDoc);
if (Cryptpad.initialName && APP.title === defaultName) {
updateTitle(Cryptpad.initialName);
onLocal();
}
if (Visible.isSupported()) {
Visible.onChange(function (yes) {
if (yes) { unnotify(); }