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-01-02 16:00:25 +0300
committerMarc Delisle <marc@infomarc.info>2011-01-02 16:00:25 +0300
commitb923bb3fbbb2260ddf2f3aeb5e580c037ff1e637 (patch)
treefd6b1da1140b055a89d52851efa844eba79f9ef9 /index.php
parent6ebc1e413d419c73e1b9e025b063c507128dde2a (diff)
Upgrade to jQuery 1.4.4
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 16e13d028b..644a123554 100644
--- a/index.php
+++ b/index.php
@@ -152,7 +152,7 @@ header('Content-Type: text/html; charset=' . $GLOBALS['charset']);
};
// ]]>
</script>
-<script src="./js/jquery/jquery-1.4.2.js" type="text/javascript"></script>
+<script src="./js/jquery/jquery-1.4.4.js" type="text/javascript"></script>
<script src="./js/update-location.js" type="text/javascript"></script>
<script src="./js/common.js" type="text/javascript"></script>
</head>