Make sure we don't use a wrong title for a new pad

pull/1/head
yflory 8 years ago
parent 8e7e1d336e
commit ec7761eeb8

@ -273,6 +273,7 @@ define([
sessionStorage[Cryptpad.newPadNameKey] = name;
}
window.open(fileEl);
delete sessionStorage[Cryptpad.newPadNameKey];
};
var refresh = APP.refresh = function () {

Loading…
Cancel
Save