[asterisk-commits] lathama: trunk r374889 - /trunk/static-http/mantest.html

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Oct 11 17:43:54 CDT 2012


Author: lathama
Date: Thu Oct 11 17:43:52 2012
New Revision: 374889

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=374889
Log:
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)

Modified:
    trunk/static-http/mantest.html

Modified: trunk/static-http/mantest.html
URL: http://svnview.digium.com/svn/asterisk/trunk/static-http/mantest.html?view=diff&rev=374889&r1=374888&r2=374889
==============================================================================
--- trunk/static-http/mantest.html (original)
+++ trunk/static-http/mantest.html Thu Oct 11 17:43:52 2012
@@ -1,3 +1,19 @@
+<!--
+ Asterisk -- An open source telephony toolkit.
+ 
+ Copyright (C) 1999 - 2012, Digium, Inc.
+ 
+ Mark Spencer <markster at 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">
 




More information about the asterisk-commits mailing list