JQuery to version 1.2.3

This commit is contained in:
Michael RICOIS 2016-04-12 13:29:09 +00:00
parent 9d221555d9
commit 7a7819dffd
4 changed files with 7 additions and 12 deletions

View File

@ -120,12 +120,12 @@ class Application_Controller_Plugin_Theme extends Zend_Controller_Plugin_Abstrac
$view->headScript()
->appendFile('/libs/html5shiv.min.js', 'text/javascript', array('conditional' => 'lt IE 9'))
->appendFile('/libs/respond.min.js', 'text/javascript', array('conditional' => 'lt IE 9'))
->appendFile('/libs/jquery/jquery-1.12.0.min.js', 'text/javascript')
->appendFile('/libs/jquery/jquery-1.12.3.min.js', 'text/javascript')
->appendFile('/libs/jquery/jquery.placeholder.js', 'text/javascript')
->appendFile('/libs/bootstrap-3.3.6/js/bootstrap.min.js', 'text/javascript');
} else {
$view->headScript()
->appendFile('/libs/jquery/jquery-1.12.0.min.js', 'text/javascript');
->appendFile('/libs/jquery/jquery-1.12.3.min.js', 'text/javascript');
}
if ($isIE6) {

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long