Correction
This commit is contained in:
parent
333878abf0
commit
a5ce6796cc
@ -120,7 +120,7 @@ class Application_Controller_Plugin_Theme extends Zend_Controller_Plugin_Abstrac
|
||||
->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.placeholder.js', 'text/javascript')
|
||||
->appendFile('/libs/bootstrap-3.3.4/js/bootstrap.min.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');
|
||||
|
Loading…
Reference in New Issue
Block a user