Removed comment
This commit is contained in:
parent
44f3020709
commit
1c2cebf5a8
|
@ -126,6 +126,7 @@ class ShowbuilderController extends Zend_Controller_Action
|
|||
//determine whether to remove/hide/display the library.
|
||||
$showLib = false;
|
||||
if (!$user->isGuest()) {
|
||||
//if(true) {
|
||||
$disableLib = false;
|
||||
|
||||
$data = Application_Model_Preference::getNowPlayingScreenSettings();
|
||||
|
|
|
@ -332,6 +332,7 @@ var AIRTIME = (function(AIRTIME) {
|
|||
};
|
||||
|
||||
libraryInit = function() {
|
||||
return;
|
||||
|
||||
$libContent = $("#library_content");
|
||||
|
||||
|
|
Loading…
Reference in New Issue