Merge branch 'devel' of dev.sourcefabric.org:airtime into devel
This commit is contained in:
commit
ab99e64e8a
|
@ -23,7 +23,7 @@ class UsersettingsController extends Zend_Controller_Action
|
||||||
$request = $this->getRequest();
|
$request = $this->getRequest();
|
||||||
$settings = $request->getParam("settings");
|
$settings = $request->getParam("settings");
|
||||||
|
|
||||||
Application_Model_Preference::setNowPlayingScreenSettings($data);
|
Application_Model_Preference::setNowPlayingScreenSettings($settings);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function getNowPlayingScreenSettingsAction()
|
public function getNowPlayingScreenSettingsAction()
|
||||||
|
|
|
@ -335,7 +335,6 @@ var AIRTIME = (function(AIRTIME) {
|
||||||
};
|
};
|
||||||
|
|
||||||
libraryInit = function() {
|
libraryInit = function() {
|
||||||
return;
|
|
||||||
|
|
||||||
$libContent = $("#library_content");
|
$libContent = $("#library_content");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue