SAAS-948 - Frontend tweaks
This commit is contained in:
parent
5e58403c7f
commit
fcbc37977f
11 changed files with 198 additions and 59 deletions
|
@ -93,6 +93,9 @@ class Bootstrap extends Zend_Application_Bootstrap_Bootstrap
|
|||
$userType = "";
|
||||
}
|
||||
$view->headScript()->appendScript("var userType = '$userType';");
|
||||
|
||||
$mimeTypes = FileDataHelper::getAudioMimeTypeArray();
|
||||
$view->headScript()->appendScript("var acceptedMimeTypes = ['".implode("','", array_keys($mimeTypes))."'];");
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue