-var nodejshelperConfig = {online_timeout:<?php echo (int)erLhcoreClassModelChatConfig::fetch('sync_sound_settings')->data['online_timeout']?>,use_publish_notifications:<?php echo $nodeJsHelperSettings['use_publish_notifications'] == true ? 'true' : 'false'?>,path:'<?php echo $nodeJsHelperSettings['path']?>',is_admin:<?php echo erLhcoreClassSystem::instance()->SiteAccess == 'site_admin' ? 'true' : 'false'?>,instance_id:'<?php echo $nodeJsHelperSettings['instance_id']?>',secure:<?php echo $nodeJsHelperSettings['secure'] == true ? 'true' : 'false' ?>,'typer':'','sync':<?php echo (isset($Result['chat']) && $Result['chat']->status == erLhcoreClassModelChat::STATUS_PENDING_CHAT) ? 'true' : 'false'?>,'synctimeout':5};
0 commit comments