Author: erinnp
Date: Fri Jun 28 16:58:21 2013
New Revision: 1497845
URL: http://svn.apache.org/r1497845
Log:
person profile js was missing bootstrap dependency
Modified:
rave/branches/require/rave-portal-resources/src/main/webapp/static/script/portal/rave_person_profile.js
Modified:
rave/branches/require/rave-portal-resources/src/main/webapp/static/script/portal/rave_person_profile.js
URL:
http://svn.apache.org/viewvc/rave/branches/require/rave-portal-resources/src/main/webapp/static/script/portal/rave_person_profile.js?rev=1497845&r1=1497844&r2=1497845&view=diff
==============================================================================
---
rave/branches/require/rave-portal-resources/src/main/webapp/static/script/portal/rave_person_profile.js
(original)
+++
rave/branches/require/rave-portal-resources/src/main/webapp/static/script/portal/rave_person_profile.js
Fri Jun 28 16:58:21 2013
@@ -17,7 +17,7 @@
* under the License.
*/
-define(["jquery", "portal/rave_portal", "rave"], function($, ravePortal, rave){
+define(["jquery", "portal/rave_portal", "rave", "bootstrap"], function($,
ravePortal, rave){
// map of {subpage name, boolean} tracking whether or not a sub page has
been viewed at least once
var subPagesViewedStatus = {};
var friends = new Array();