Make sure we don't use a wrong title for a new pad
This commit is contained in:
@@ -273,6 +273,7 @@ define([
|
||||
sessionStorage[Cryptpad.newPadNameKey] = name;
|
||||
}
|
||||
window.open(fileEl);
|
||||
delete sessionStorage[Cryptpad.newPadNameKey];
|
||||
};
|
||||
|
||||
var refresh = APP.refresh = function () {
|
||||
|
||||
Reference in New Issue
Block a user