Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorrobocoder <anthon.pang@gmail.com>2011-10-21 17:10:33 +0400
committerrobocoder <anthon.pang@gmail.com>2011-10-21 17:10:33 +0400
commitb78ed4185a6d7d0182638c7618529dfef8700aa2 (patch)
tree870e508763608d0a33bf402e867a084d3e5e7e0a /config
parent1fe73786bc2e5af878c1b430d1b504980ac36d61 (diff)
fixes #2397
* update to jQuery 1.6.4 * http://blog.jquery.com/2010/10/16/jquery-143-released/ * http://blog.jquery.com/2010/11/11/jquery-1-4-4-release-notes/ * http://blog.jquery.com/2011/01/31/jquery-15-released/ * http://blog.jquery.com/2011/02/24/jquery-151-released/ * http://blog.jquery.com/2011/03/31/jquery-152-released/ * http://blog.jquery.com/2011/05/03/jquery-16-released/ * http://blog.jquery.com/2011/05/12/jquery-1-6-1-released/ * http://blog.jquery.com/2011/06/30/jquery-162-released/ * http://blog.jquery.com/2011/09/01/jquery-1-6-3-released/ * http://blog.jquery.com/2011/09/12/jquery-1-6-4-released/ * update to jQuery UI 1.8.16 * http://blog.jqueryui.com/2011/05/jquery-ui-1-8-13/ * http://blog.jqueryui.com/2011/06/jquery-ui-1-8-14/ * http://blog.jqueryui.com/2011/08/jquery-ui-1-8-15/ * http://blog.jqueryui.com/2011/08/jquery-ui-1-8-16/ git-svn-id: http://dev.piwik.org/svn/trunk@5357 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'config')
-rw-r--r--config/global.ini.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/global.ini.php b/config/global.ini.php
index 17adbdea57..8a22047b4d 100644
--- a/config/global.ini.php
+++ b/config/global.ini.php
@@ -228,8 +228,8 @@ multisites_refresh_after_seconds = 300
use_ajax_cdn = 0
; required AJAX library versions
-jquery_version = 1.5.2
-jqueryui_version = 1.8.12
+jquery_version = 1.6.4
+jqueryui_version = 1.8.16
swfobject_version = 2.2
; Set to 1 if you're using https on your Piwik server and Piwik can't detect it,