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:
authorMichal Čihař <mcihar@novell.com>2010-03-30 15:45:18 +0400
committerMichal Čihař <mcihar@novell.com>2010-03-30 15:45:18 +0400
commite20e693316852f0e8efb728b512c766d0ca4be52 (patch)
tree16ae163e2a249c31f066053fbb7685a0e46244f8 /index.php
parent968f1f9d2da9bfcfcd7c8119222f9ebf5eba011b (diff)
Update generating of bookmarkable url to jQuery.
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index 34842ec71b..ca284ff7e4 100644
--- a/index.php
+++ b/index.php
@@ -160,6 +160,7 @@ header('Content-Type: text/html; charset=' . $GLOBALS['charset']);
// ]]>
</script>
<script src="./js/mootools.js" type="text/javascript"></script>
+<script src="./js/jquery/jquery-1.4.2-min.js" type="text/javascript"></script>
<script src="./js/helper.js" type="text/javascript"></script>
<script src="./js/common.js" type="text/javascript"></script>
</head>