CC-1799 Put Airtime Storage into a Human Readable File Naming Convention
making separate js file for music dirs page.
This commit is contained in:
parent
253eb811c7
commit
f1893cebe6
3 changed files with 77 additions and 79 deletions
|
@ -130,7 +130,7 @@ class PreferenceController extends Zend_Controller_Action
|
|||
$baseUrl = $request->getBaseUrl();
|
||||
|
||||
$this->view->headScript()->appendFile($baseUrl.'/js/serverbrowse/serverbrowser.js','text/javascript');
|
||||
$this->view->headScript()->appendFile($baseUrl.'/js/airtime/preferences/preferences.js','text/javascript');
|
||||
$this->view->headScript()->appendFile($baseUrl.'/js/airtime/preferences/musicdirs.js','text/javascript');
|
||||
|
||||
$watched_dirs_pref = new Application_Form_WatchedDirPreferences();
|
||||
$watched_dirs_pref->setWatchedDirs();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue