Update JQuery to version 1.11.1
This commit is contained in:
parent
9dd8ba7795
commit
5894daafb9
@ -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');
|
||||||
|
4
public/libs/jquery-1.11.0.min.js
vendored
4
public/libs/jquery-1.11.0.min.js
vendored
File diff suppressed because one or more lines are too long
10308
public/libs/jquery-1.11.1.js
vendored
Normal file
10308
public/libs/jquery-1.11.1.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
6
public/libs/jquery-2.0.3.min.js
vendored
6
public/libs/jquery-2.0.3.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user