fix cookies

This commit is contained in:
John McLear 2013-03-23 02:59:12 +00:00
parent 73afc595e5
commit 0063933041

View file

@ -441,6 +441,7 @@ var pad = {
//initialize the chat
chat.init(this);
padcookie.init(); // initialize the cookies
pad.initTime = +(new Date());
pad.padOptions = clientVars.initialOptions;