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
path: root/setup
diff options
context:
space:
mode:
authorMichal Čihař <michal@cihar.com>2014-03-19 15:33:11 +0400
committerMichal Čihař <michal@cihar.com>2014-03-19 15:33:46 +0400
commit2456af7a019fd95331acbc7e6cfc39601f079d31 (patch)
tree71a54bf4687df7c4b80357012e57615f6d1ecc42 /setup
parent5284882d3dd9f3214fe8c62ef7acd82c3b493c33 (diff)
Remove no longer used JSON plugin for jQuery
Signed-off-by: Michal Čihař <michal@cihar.com>
Diffstat (limited to 'setup')
-rw-r--r--setup/index.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/setup/index.php b/setup/index.php
index 6e48454a9f..f6fa6215b1 100644
--- a/setup/index.php
+++ b/setup/index.php
@@ -40,7 +40,6 @@ PMA_noCacheHeader();
<script type="text/javascript" src="../js/jquery/jquery-1.8.3.min.js"></script>
<script type="text/javascript" src="../js/jquery/jquery-ui-1.9.2.custom.min.js">
</script>
-<script type="text/javascript" src="../js/jquery/jquery.json-2.4.js"></script>
<script type="text/javascript" src="ajax.js"></script>
<script type="text/javascript" src="../js/config.js"></script>
<script type="text/javascript" src="scripts.js"></script>