Author: mfranklin
Date: Wed Dec  5 22:01:49 2012
New Revision: 1417663

URL: http://svn.apache.org/viewvc?rev=1417663&view=rev
Log:
Committing patch from Aarong Gooch for RAVE-847

Modified:
    
rave/trunk/rave-portal-resources/src/main/webapp/WEB-INF/jsp/templates/base_layout.jsp

Modified: 
rave/trunk/rave-portal-resources/src/main/webapp/WEB-INF/jsp/templates/base_layout.jsp
URL: 
http://svn.apache.org/viewvc/rave/trunk/rave-portal-resources/src/main/webapp/WEB-INF/jsp/templates/base_layout.jsp?rev=1417663&r1=1417662&r2=1417663&view=diff
==============================================================================
--- 
rave/trunk/rave-portal-resources/src/main/webapp/WEB-INF/jsp/templates/base_layout.jsp
 (original)
+++ 
rave/trunk/rave-portal-resources/src/main/webapp/WEB-INF/jsp/templates/base_layout.jsp
 Wed Dec  5 22:01:49 2012
@@ -41,9 +41,9 @@ under the License.
 <portal:render-init-script location="${'BEFORE_RAVE'}" />
 <%-- render the javascript src includes at the bottom of the page for 
performance --%>
 <rave:rave_js/>
-<%-- render custom javascript from extension projects if the tag is overlayed 
--%>
-<rave:custom_js/>
 <%-- render any script that needs to execute post-src includes --%>
 <portal:render-init-script location="${'AFTER_RAVE'}" />
+<%-- render custom javascript from extension projects if the tag is overlayed 
--%>
+<rave:custom_js/>
 </body>
 </html>


Reply via email to