Update JQuery to version 1.11.1

This commit is contained in:
Michael RICOIS 2014-05-14 06:31:29 +00:00
parent 9dd8ba7795
commit 5894daafb9
4 changed files with 10309 additions and 22 deletions

View File

@ -53,24 +53,13 @@ class Bootstrap extends Zend_Application_Bootstrap_Bootstrap
$view->headScript() $view->headScript()
->appendFile('/libs/html5shiv.js', 'text/javascript', array('conditional' => 'lt IE 9')) ->appendFile('/libs/html5shiv.js', 'text/javascript', array('conditional' => 'lt IE 9'))
->appendFile('/libs/respond.min.js', 'text/javascript', array('conditional' => 'lt IE 9')) ->appendFile('/libs/respond.min.js', 'text/javascript', array('conditional' => 'lt IE 9'))
->appendFile('/libs/jquery-1.11.0.min.js', 'text/javascript') ->appendFile('/libs/jquery-1.11.1.min.js', 'text/javascript')
->appendFile('/libs/bootstrap-3.1.1/js/bootstrap.min.js', 'text/javascript'); ->appendFile('/libs/bootstrap-3.1.1/js/bootstrap.min.js', 'text/javascript');
$view->headTitle()->setSeparator(' - '); $view->headTitle()->setSeparator(' - ');
$view->headTitle('Web Service API - Scores & Decisions'); $view->headTitle('Web Service API - Scores & Decisions');
} }
//Initialisation global des paramètres de log
protected function _initLogging()
{
/*$c = Zend_Registry::get('config');
$WsLogger = new Zend_Log();
$WsFileWriter = new Zend_Log_Writer_Stream($c->profil->path->log.'/wsentreprise.log');
$WsFileWriter->addFilter(Zend_Log::INFO);
$WsLogger->addWriter($WsFileWriter);
Zend_Registry::set('WsLogger', $WsLogger);*/
}
protected function _initRouter() protected function _initRouter()
{ {
$this->bootstrap('frontController'); $this->bootstrap('frontController');

File diff suppressed because one or more lines are too long

10308
public/libs/jquery-1.11.1.js vendored Normal file

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long