Author: lewismc
Date: Fri Jun 13 17:16:24 2014
New Revision: 1602479

URL: http://svn.apache.org/r1602479
Log:
Move JQuery to Header

Modified:
    nutch/cms_site/trunk/templates/std.html

Modified: nutch/cms_site/trunk/templates/std.html
URL: 
http://svn.apache.org/viewvc/nutch/cms_site/trunk/templates/std.html?rev=1602479&r1=1602478&r2=1602479&view=diff
==============================================================================
--- nutch/cms_site/trunk/templates/std.html (original)
+++ nutch/cms_site/trunk/templates/std.html Fri Jun 13 17:16:24 2014
@@ -33,6 +33,7 @@ under the License. 
 <META name="Security" content="Public" />
 <META name="Source" content="wiki template" />
 <META name="DC.Rights"  content="Copyright 2004-2014, The Apache Software 
Foundation" />
+<script src="assets/js/jquery.js"></script>
 
     <!-- Le styles -->
     <link href="./assets/css/bootstrap.css" rel="stylesheet">
@@ -430,7 +431,6 @@ under the License. 
        <!-- Placed at the end of the document so the pages load faster -->
        <script type="text/javascript"
                src="http://platform.twitter.com/widgets.js";></script>
-       <script src="assets/js/jquery.js"></script>
        <script src="assets/js/bootstrap-transition.js"></script>
        <script src="assets/js/bootstrap-alert.js"></script>
        <script src="assets/js/bootstrap-modal.js"></script>


Reply via email to