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.
|
//determine whether to remove/hide/display the library.
|
||||||
$showLib = false;
|
$showLib = false;
|
||||||
if (!$user->isGuest()) {
|
if (!$user->isGuest()) {
|
||||||
|
//if(true) {
|
||||||
$disableLib = false;
|
$disableLib = false;
|
||||||
|
|
||||||
$data = Application_Model_Preference::getNowPlayingScreenSettings();
|
$data = Application_Model_Preference::getNowPlayingScreenSettings();
|
||||||
|
|
|
@ -332,6 +332,7 @@ var AIRTIME = (function(AIRTIME) {
|
||||||
};
|
};
|
||||||
|
|
||||||
libraryInit = function() {
|
libraryInit = function() {
|
||||||
|
return;
|
||||||
|
|
||||||
$libContent = $("#library_content");
|
$libContent = $("#library_content");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue