You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by gm...@apache.org on 2014/07/15 16:27:55 UTC

svn commit: r1610716 - /roller/cmssite/trunk/templates/test.html

Author: gmazza
Date: Tue Jul 15 14:27:54 2014
New Revision: 1610716

URL: http://svn.apache.org/r1610716
Log:
Updating JS link.

Modified:
    roller/cmssite/trunk/templates/test.html

Modified: roller/cmssite/trunk/templates/test.html
URL: http://svn.apache.org/viewvc/roller/cmssite/trunk/templates/test.html?rev=1610716&r1=1610715&r2=1610716&view=diff
==============================================================================
--- roller/cmssite/trunk/templates/test.html (original)
+++ roller/cmssite/trunk/templates/test.html Tue Jul 15 14:27:54 2014
@@ -125,6 +125,6 @@
     ================================================== -->
     <!-- Placed at the end of the document so the pages load faster -->
     <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
-    <script src="{{base}}js/bootstrap.min.js"></script>
+    <script src="{{base}}bootstrap-3.2.0/js/bootstrap.min.js"></script>
   </body>
 </html>