commit polls to localStorage

pull/1/head
ansuz 8 years ago
parent 0cf5f3cc87
commit 7dd1624206

@ -285,6 +285,10 @@ define([
.on('disconnect', function (info) {
setEditable(false);
});
var title = document.title = Cryptpad.getPadTitle();
Cryptpad.rememberPad(title);
Cryptpad.styleAlerts();
};
var config = {

Loading…
Cancel
Save