Merge pull request #1656 from ether/cookies

fix cookies
This commit is contained in:
Marcel Klehr 2013-03-23 04:08:27 -07:00
commit 5ede02ffb7

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;