Changeset 1355

Show
Ignore:
Timestamp:
12/21/10 20:28:44 (17 months ago)
Author:
zeank
Message:

use nick not jid

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • HelpIM3/branches/chatgroups/htdocs/groupchat_iroster.html

    r1334 r1355  
    7373                            button.onclick = function() { 
    7474                                parent.changeRole( 
    75                                     user.fulljid, 
     75                                    user.nick, 
    7676                                    role 
    7777                                );