You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by mf...@apache.org on 2012/04/20 22:59:11 UTC

svn commit: r1328498 - /rave/branches/bootstrap/rave-portal-resources/src/main/webapp/WEB-INF/tags/third_party_head_js.tag

Author: mfranklin
Date: Fri Apr 20 20:59:10 2012
New Revision: 1328498

URL: http://svn.apache.org/viewvc?rev=1328498&view=rev
Log:
Updated modernizer location to follow pattern of similar script includes (RAVE-477)

Modified:
    rave/branches/bootstrap/rave-portal-resources/src/main/webapp/WEB-INF/tags/third_party_head_js.tag

Modified: rave/branches/bootstrap/rave-portal-resources/src/main/webapp/WEB-INF/tags/third_party_head_js.tag
URL: http://svn.apache.org/viewvc/rave/branches/bootstrap/rave-portal-resources/src/main/webapp/WEB-INF/tags/third_party_head_js.tag?rev=1328498&r1=1328497&r2=1328498&view=diff
==============================================================================
--- rave/branches/bootstrap/rave-portal-resources/src/main/webapp/WEB-INF/tags/third_party_head_js.tag (original)
+++ rave/branches/bootstrap/rave-portal-resources/src/main/webapp/WEB-INF/tags/third_party_head_js.tag Fri Apr 20 20:59:10 2012
@@ -29,4 +29,4 @@
            libraries should be loaded from third_party_js.tag
 --%>
 <!-- Modernizr MUST come first!-->
-<script src="http://cdnjs.cloudflare.com/ajax/libs/modernizr/2.5.3/modernizr.min.js"></script>
+<script src="//cdnjs.cloudflare.com/ajax/libs/modernizr/2.5.3/modernizr.min.js"></script>