rbrindley: branch 2.0 r4485 - /branches/2.0/config/features.html
SVN commits to the Asterisk-GUI project
asterisk-gui-commits at lists.digium.com
Wed Jan 28 10:09:43 CST 2009
Author: rbrindley
Date: Wed Jan 28 10:09:43 2009
New Revision: 4485
URL: http://svn.digium.com/svn-view/asterisk-gui?view=rev&rev=4485
Log:
- moved javascript from top of the page to the bottom (improve performance)
Modified:
branches/2.0/config/features.html
Modified: branches/2.0/config/features.html
URL: http://svn.digium.com/svn-view/asterisk-gui/branches/2.0/config/features.html?view=diff&rev=4485&r1=4484&r2=4485
==============================================================================
--- branches/2.0/config/features.html (original)
+++ branches/2.0/config/features.html Wed Jan 28 10:09:43 2009
@@ -18,11 +18,6 @@
* at the top of the source tree.
*
-->
-<script src="js/jquery.js"></script>
-<script src="js/astman.js"></script>
-<script src="js/features.js"></script>
-<script src="js/jquery.tooltip.js"></script>
-<script src="js/jquery.autocomplete.js"></script>
<link href="stylesheets/schwing.css" media="all" rel="Stylesheet" type="text/css" />
<style type="text/css">
#Table_applicationMap_definitions {
@@ -158,4 +153,9 @@
</center>
+<script src="js/jquery.js"></script>
+<script src="js/astman.js"></script>
+<script src="js/features.js"></script>
+<script src="js/jquery.tooltip.js"></script>
+<script src="js/jquery.autocomplete.js"></script>
</body>
More information about the asterisk-gui-commits
mailing list