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 2013/09/09 03:19:52 UTC

svn commit: r1520948 - /rave/trunk/rave-portal-resources/src/main/webapp/static/script/requireConfig.js

Author: mfranklin
Date: Mon Sep  9 01:19:51 2013
New Revision: 1520948

URL: http://svn.apache.org/r1520948
Log:
Upgraded bootstrap javascript to 2.3.2

Modified:
    rave/trunk/rave-portal-resources/src/main/webapp/static/script/requireConfig.js

Modified: rave/trunk/rave-portal-resources/src/main/webapp/static/script/requireConfig.js
URL: http://svn.apache.org/viewvc/rave/trunk/rave-portal-resources/src/main/webapp/static/script/requireConfig.js?rev=1520948&r1=1520947&r2=1520948&view=diff
==============================================================================
--- rave/trunk/rave-portal-resources/src/main/webapp/static/script/requireConfig.js (original)
+++ rave/trunk/rave-portal-resources/src/main/webapp/static/script/requireConfig.js Mon Sep  9 01:19:51 2013
@@ -20,7 +20,7 @@
 requirejs.config({
     "paths":{
         "backbone":"//cdnjs.cloudflare.com/ajax/libs/backbone.js/0.9.10/backbone-min",
-        "bootstrap": '//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.0.3/bootstrap.min',
+        "bootstrap": '//cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/2.3.2/js/bootstrap.min',
         "clientMessages": "../../app/messagebundle/rave_client_messages",
         "handlebars":"//cdnjs.cloudflare.com/ajax/libs/handlebars.js/1.0.rc.2/handlebars.min",
         "jquery": "//ajax.aspnetcdn.com/ajax/jquery/jquery-1.7.2.min",