initSessionStorage : function(){
Warning: Undefined variable $trackDomain in /www/cadena24.net/cadena24.net/public/livehelperchat-master/lhc_web/design/defaulttheme/tpl/lhchat/getstatus/functions/init_session_storage.tpl.php on line 2
Warning: Undefined variable $disableHTML5Storage in /www/cadena24.net/cadena24.net/public/livehelperchat-master/lhc_web/design/defaulttheme/tpl/lhchat/getstatus/functions/init_session_storage.tpl.php on line 2
if (localStorage && localStorage.getItem('lhc_ses')) {
this.cookieData = this.JSON.parse(localStorage.getItem('lhc_ses'));
} else {
var cookieData = lhc_Cookies('lhc_ses');
if ( typeof cookieData === "string" && cookieData ) {
this.cookieData = this.JSON.parse(cookieData);
}
Warning: Undefined variable $trackDomain in /www/cadena24.net/cadena24.net/public/livehelperchat-master/lhc_web/design/defaulttheme/tpl/lhchat/getstatus/functions/init_session_storage.tpl.php on line 11
Warning: Undefined variable $disableHTML5Storage in /www/cadena24.net/cadena24.net/public/livehelperchat-master/lhc_web/design/defaulttheme/tpl/lhchat/getstatus/functions/init_session_storage.tpl.php on line 11
}},