Updated jQuery to 2.0.3; added jQuery map file
This commit is contained in:
parent
2a625db683
commit
83fa19ee22
1 changed files with 2 additions and 1 deletions
3
init.php
3
init.php
|
@ -29,7 +29,8 @@ function download($source, $destination = null)
|
||||||
|
|
||||||
|
|
||||||
//jQuery
|
//jQuery
|
||||||
download('http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js', $libPath . DS . 'jquery' . DS . 'jquery.min.js');
|
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');
|
||||||
|
|
||||||
//jQuery UI
|
//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');
|
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