You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nutch.apache.org by le...@apache.org on 2014/06/13 19:21:39 UTC

svn commit: r1602480 - /nutch/cms_site/trunk/templates/std.html

Author: lewismc
Date: Fri Jun 13 17:21:39 2014
New Revision: 1602480

URL: http://svn.apache.org/r1602480
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=1602480&r1=1602479&r2=1602480&view=diff
==============================================================================
--- nutch/cms_site/trunk/templates/std.html (original)
+++ nutch/cms_site/trunk/templates/std.html Fri Jun 13 17:21:39 2014
@@ -33,7 +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">
@@ -313,6 +313,7 @@ under the License. 
     <script type="text/javascript">var switchTo5x=true;</script>
     <script type="text/javascript" src="http://w.sharethis.com/button/buttons.js"></script>
     <script type="text/javascript" src="http://s.sharethis.com/loader.js"></script>
+	<script type="text/javascript" src="./assets/js/jquery.js"></script>
 
   </head>