From 8ad607f64f26a0d7d6affc6ca0e2fd7d92861133 Mon Sep 17 00:00:00 2001 From: Marcin Kurczewski Date: Sun, 27 Jul 2014 19:32:41 +0200 Subject: [PATCH] Updated jQuery to 2.1.1 --- init.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.php b/init.php index 6849d60c..f0063515 100644 --- a/init.php +++ b/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');