diff options
author | rvelices <rv-github@modusoptimus.com> | 2012-11-06 21:49:14 +0000 |
---|---|---|
committer | rvelices <rv-github@modusoptimus.com> | 2012-11-06 21:49:14 +0000 |
commit | 86272efb909c9c72f0046e034bde71f98326a97b (patch) | |
tree | 5d80dcfaac83061df389a772c2b5dfef08526dc0 /tools/ws.htm | |
parent | 7ea730125f8a4ccd0be750d9df4612304edeba88 (diff) |
remove unused files + web service explorer uses same jquery version as the core
git-svn-id: http://piwigo.org/svn/trunk@18957 68402e56-0260-453c-a942-63ccdbb3a9ee
Diffstat (limited to '')
-rw-r--r-- | tools/ws.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ws.htm b/tools/ws.htm index 49b1ae7cb..dcfe91c86 100644 --- a/tools/ws.htm +++ b/tools/ws.htm @@ -5,7 +5,7 @@ <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <title>Piwigo web API (web-services) explorer</title> - <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script> + <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script> <style type="text/css"> /* BEGIN CSS RESET |