Changeset 0847ec in indico


Ignore:
Timestamp:
09/05/11 11:19:27 (21 months ago)
Author:
Jose Benito <jose.benito.gonzalez@…>
Branches:
master, hello-world-walkthrough, ipv6, v0.98-series, v0.98.2, v0.98.3, v0.98b2, v0.99, 051b2622c51afb171a1dedb46a0df4fbb0cbd02e, d9941f8582b36b24821a11ea5ba16fda6a457fb1
Children:
4e58aa
Parents:
a2e235
git-author:
Alberto Resco Perez <alberto.resco.perez@…> (09/02/11 15:43:56)
git-committer:
Jose Benito <jose.benito.gonzalez@…> (09/05/11 11:19:27)
Message:

[FIX] Open webcast, chatroom in another window

File:
1 edited

Legend:

Unmodified
Added
Removed
  • indico/MaKaC/plugins/InstantMessaging/htdocs/js/InstantMessaging.js

    r7e5f0e r0847ec  
    799799                menuItems['Using ' + linkType.name] = linkType.link; 
    800800            }); 
    801             joinMenu = new PopupMenu(menuItems, [element], 'categoryDisplayPopupList'); 
     801            joinMenu = new PopupMenu(menuItems, [element], 'categoryDisplayPopupList',true, false, null, null,true); 
    802802            var pos = element.getAbsolutePosition(); 
    803803            joinMenu.open(pos.x - 5, pos.y + element.dom.offsetHeight + 2); 
Note: See TracChangeset for help on using the changeset viewer.