JQuery to version 1.2.3
This commit is contained in:
parent
9d221555d9
commit
7a7819dffd
@ -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) {
|
||||
|
5
public/libs/jquery/jquery-1.11.3.min.js
vendored
5
public/libs/jquery/jquery-1.11.3.min.js
vendored
File diff suppressed because one or more lines are too long
5
public/libs/jquery/jquery-1.12.0.min.js
vendored
5
public/libs/jquery/jquery-1.12.0.min.js
vendored
File diff suppressed because one or more lines are too long
5
public/libs/jquery/jquery-1.12.3.min.js
vendored
Normal file
5
public/libs/jquery/jquery-1.12.3.min.js
vendored
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue
Block a user