SAAS-57: Add LiveChat to Airtime Pro
Fixing the issue of livechat showing up in the stream player pop-up
This commit is contained in:
parent
83f02c3408
commit
2d04d7eb83
|
@ -78,7 +78,8 @@ class Bootstrap extends Zend_Application_Bootstrap_Bootstrap
|
|||
|
||||
$view->headScript()->appendFile($baseUrl.'/js/airtime/common/common.js','text/javascript');
|
||||
|
||||
if (Application_Model_Preference::GetPlanLevel() != "disabled") {
|
||||
if (Application_Model_Preference::GetPlanLevel() != "disabled"
|
||||
&& $_SERVER['REQUEST_URI'] != '/Dashboard/stream-player') {
|
||||
$view->headScript()->appendFile($baseUrl.'/js/airtime/common/livechat.js','text/javascript');
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue