summaryrefslogtreecommitdiff
path: root/static-http
diff options
context:
space:
mode:
authorAndrew Latham <lathama@gmail.com>2012-10-11 22:43:52 +0000
committerAndrew Latham <lathama@gmail.com>2012-10-11 22:43:52 +0000
commite3246f1e8f74fac7c7b35cde2752a13c6b27d43e (patch)
treee3683e5d403a088983ad48c512bd10caef5702c0 /static-http
parent7226606f778052f837fa787dac78d78b82f5560f (diff)
Update JQuery URL to recent version
The JQuery URL to version 1.4 will be removed within the life span of Asterisk 11. This is a compatible upgrade by using the URL for 1.8. (issue ASTERISK-20503) git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@374889 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'static-http')
-rw-r--r--static-http/mantest.html20
1 files changed, 18 insertions, 2 deletions
diff --git a/static-http/mantest.html b/static-http/mantest.html
index eebac628b..c0affe2bc 100644
--- a/static-http/mantest.html
+++ b/static-http/mantest.html
@@ -1,3 +1,19 @@
+<!--
+ Asterisk -- An open source telephony toolkit.
+
+ Copyright (C) 1999 - 2012, Digium, Inc.
+
+ Mark Spencer <markster@digium.com>
+
+ See http://www.asterisk.org for more information about
+ the Asterisk project. Please do not directly contact
+ any of the maintainers of this project for assistance;
+ the project provides a web site, mailing lists and IRC
+ channels for your use.
+ This program is free software, distributed under the terms of
+ the GNU General Public License Version 2. See the LICENSE file
+ at the top of the source tree.
+-->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
@@ -36,8 +52,8 @@
color: red;
}
</style>
- <title>Manager Utility</title>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
+ <title>Asterisk Manager Utility</title>
+ <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js"></script>
<script type="text/javascript">