Updated jQuery to 2.1.1
This commit is contained in:
parent
a2c8ceecc4
commit
8ad607f64f
1 changed files with 2 additions and 2 deletions
4
init.php
4
init.php
|
@ -32,8 +32,8 @@ PropertyModel::set(PropertyModel::EngineVersion, $version . '@' . $branch);
|
|||
|
||||
|
||||
//jQuery
|
||||
download('http://code.jquery.com/jquery-2.0.3.min.js', $libPath . DS . 'jquery' . DS . 'jquery.min.js');
|
||||
download('http://code.jquery.com/jquery-2.0.3.min.map', $libPath . DS . 'jquery' . DS . 'jquery.min.map');
|
||||
download('http://code.jquery.com/jquery-2.1.1.min.js', $libPath . DS . 'jquery' . DS . 'jquery.min.js');
|
||||
download('http://code.jquery.com/jquery-2.1.1.min.map', $libPath . DS . 'jquery' . DS . 'jquery.min.map');
|
||||
|
||||
//jQuery UI
|
||||
download('http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.3/jquery-ui.min.js', $libPath . DS . 'jquery-ui' . DS . 'jquery-ui.min.js');
|
||||
|
|
Loading…
Reference in a new issue