espiceland: branch 2.0 r5206 - /branches/2.0/config/backup.html

SVN commits to the Asterisk-GUI project asterisk-gui-commits at lists.digium.com
Fri May 13 11:22:06 CDT 2011


Author: espiceland
Date: Fri May 13 11:22:01 2011
New Revision: 5206

URL: http://svnview.digium.com/svn/asterisk-gui?view=rev&rev=5206
Log:
Load Javascript files before we need to use them.

Modified:
    branches/2.0/config/backup.html

Modified: branches/2.0/config/backup.html
URL: http://svnview.digium.com/svn/asterisk-gui/branches/2.0/config/backup.html?view=diff&rev=5206&r1=5205&r2=5206
==============================================================================
--- branches/2.0/config/backup.html (original)
+++ branches/2.0/config/backup.html Fri May 13 11:22:01 2011
@@ -24,6 +24,9 @@
 	<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1" />
 
 	<link href="stylesheets/schwing.css" media="all" rel="Stylesheet" type="text/css" />
+	<script src="js/jquery.js"></script>
+	<script src="js/astman.js"></script>
+	<script src="js/backup.js"></script>
 	<style type="text/css">
 		#table_one tr{
 			background: #6b79a5;
@@ -121,8 +124,5 @@
 			<tr>	<td colspan=2 align=center height=16></td>	</tr>
 		</table>
 	</div>
-	<script src="js/jquery.js"></script>
-	<script src="js/astman.js"></script>
-	<script src="js/backup.js"></script>
 </body>
 </html>




More information about the asterisk-gui-commits mailing list