Set the url if there is none

This commit is contained in:
Caleb James DeLisle
2017-08-11 10:40:57 +02:00
parent 33e73dd5e5
commit 4acd9957a9
4 changed files with 15 additions and 7 deletions

View File

@@ -641,7 +641,7 @@ define([
}
}
} else {
Title.updateTitle(Cryptpad.initialName || Title.defaultTitle);
//Title.updateTitle(Cryptpad.initialName || Title.defaultTitle);
documentBody.innerHTML = Messages.initialState;
}