Skip to content
Snippets Groups Projects
Commit 9f50459e authored by Diego Sampaio's avatar Diego Sampaio
Browse files

hack to centralize livechat toolbar

parent da1d3321
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@
<div class="livechat-room">
<div class="title" style="background-color:{{color}}">
<div class="toolbar">
&nbsp;
{{#unless popoutActive}}
<i class="popout icon-link-ext" title="Open in a new window"></i>
{{/unless}}
......
......@@ -20,8 +20,7 @@ Template.room.helpers({
Template.room.events({
'click .title': function() {
console.log('toggleWindow');
return parentCall('toggleWindow');
parentCall('toggleWindow');
},
'click .popout': function(event) {
event.stopPropagation();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment