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
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue