diff --git a/www/poll/main.js b/www/poll/main.js index 3ea8d6a1e..7c8cbe29c 100644 --- a/www/poll/main.js +++ b/www/poll/main.js @@ -285,6 +285,10 @@ define([ .on('disconnect', function (info) { setEditable(false); }); + + var title = document.title = Cryptpad.getPadTitle(); + Cryptpad.rememberPad(title); + Cryptpad.styleAlerts(); }; var config = {