You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rave.apache.org by ca...@apache.org on 2012/05/07 21:46:15 UTC

svn commit: r1335214 - /rave/trunk/rave-portal-resources/src/main/webapp/WEB-INF/tags/third_party_js.tag

Author: carlucci
Date: Mon May  7 19:46:14 2012
New Revision: 1335214

URL: http://svn.apache.org/viewvc?rev=1335214&view=rev
Log:
RAVE-602: remove import to html5shiv javascript as modernizr is already taking care of the HTML5 enabling for IE versions less than 9

Modified:
    rave/trunk/rave-portal-resources/src/main/webapp/WEB-INF/tags/third_party_js.tag

Modified: rave/trunk/rave-portal-resources/src/main/webapp/WEB-INF/tags/third_party_js.tag
URL: http://svn.apache.org/viewvc/rave/trunk/rave-portal-resources/src/main/webapp/WEB-INF/tags/third_party_js.tag?rev=1335214&r1=1335213&r2=1335214&view=diff
==============================================================================
--- rave/trunk/rave-portal-resources/src/main/webapp/WEB-INF/tags/third_party_js.tag (original)
+++ rave/trunk/rave-portal-resources/src/main/webapp/WEB-INF/tags/third_party_js.tag Mon May  7 19:46:14 2012
@@ -30,7 +30,5 @@
 <script src="//ajax.aspnetcdn.com/ajax/jquery.validate/1.8.1/jquery.validate.min.js"></script>
 <%-- bootstrap --%>
 <script src="//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.0.2/bootstrap.min.js"></script>
-<%-- google css3 mediaqueries script --%>
-<!--[if lt IE 9]><script src=//css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js></script><![endif]-->
-<%-- google html5 script --%>
-<!--[if lt IE 9]><script src="//html5shiv.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
\ No newline at end of file
+<%-- google code css3 mediaqueries script --%>
+<!--[if lt IE 9]><script src="//css3-mediaqueries-js.googlecode.com/svn/trunk/css3-mediaqueries.js"></script><![endif]-->
\ No newline at end of file