Author: scottbw
Date: Wed May 30 15:00:27 2012
New Revision: 1344295

URL: http://svn.apache.org/viewvc?rev=1344295&view=rev
Log:
Set one of the users in the demo to be the "host". See WOOKIE-66.

Modified:
    incubator/wookie/trunk/WebContent/demo/wookie.js

Modified: incubator/wookie/trunk/WebContent/demo/wookie.js
URL: 
http://svn.apache.org/viewvc/incubator/wookie/trunk/WebContent/demo/wookie.js?rev=1344295&r1=1344294&r2=1344295&view=diff
==============================================================================
--- incubator/wookie/trunk/WebContent/demo/wookie.js (original)
+++ incubator/wookie/trunk/WebContent/demo/wookie.js Wed May 30 15:00:27 2012
@@ -86,7 +86,7 @@ function updateWidgets(widgets){
 }
 
 function showWidget(id){
-    Wookie.setCurrentUser("alice","alice","/wookie/demo/alice.png");
+    Wookie.setCurrentUser("alice","alice","/wookie/demo/alice.png", "host");
     var widgetInstance = Wookie.getOrCreateInstance(id);
     $('#preview_info').html('<br/>' + widgetInstance.title + '<br/>' + id);
     $("#preview_alice_widget").html('');


Reply via email to