commit polls to localStorage
This commit is contained in:
@@ -285,6 +285,10 @@ define([
|
|||||||
.on('disconnect', function (info) {
|
.on('disconnect', function (info) {
|
||||||
setEditable(false);
|
setEditable(false);
|
||||||
});
|
});
|
||||||
|
|
||||||
|
var title = document.title = Cryptpad.getPadTitle();
|
||||||
|
Cryptpad.rememberPad(title);
|
||||||
|
Cryptpad.styleAlerts();
|
||||||
};
|
};
|
||||||
|
|
||||||
var config = {
|
var config = {
|
||||||
|
|||||||
Reference in New Issue
Block a user