diff --git a/src/static/js/pad.js b/src/static/js/pad.js index f66426542..c967e4615 100644 --- a/src/static/js/pad.js +++ b/src/static/js/pad.js @@ -452,6 +452,7 @@ var pad = { // To use etherpad you have to allow cookies. // This will check if the prefs-cookie is set. // Otherwise it shows up a message to the user. + padcookie.init(); if (!readCookie("prefs")) { $('#loading').hide();