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

github.com/phpmyadmin/phpmyadmin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc Delisle <marc@infomarc.info>2011-05-14 16:26:00 +0400
committerMarc Delisle <marc@infomarc.info>2011-05-14 16:26:00 +0400
commit5f4a8e6a971e88135380a79ae09dc7ebd28010fb (patch)
treeb4ff7757b64d7bfc22ff1fc47edd6b13f0c69862 /index.php
parent6290c8ecccfc3c614fb3c8d57da17bf20a99a6d7 (diff)
Update to jQuery 1.6.1
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 5d197586ca..1a10103b7b 100644
--- a/index.php
+++ b/index.php
@@ -153,7 +153,7 @@ header('Content-Type: text/html; charset=' . $GLOBALS['charset']);
// ]]>
</script>
<?php
-echo PMA_includeJS('jquery/jquery-1.4.4.js');
+echo PMA_includeJS('jquery/jquery-1.6.1.js');
echo PMA_includeJS('update-location.js');
echo PMA_includeJS('common.js');
?>