Opening video conference in new window

stable
Jesús Espino 2014-08-11 20:37:41 +02:00
parent d93434d704
commit 5da883eca7
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ ProjectMenuDirective = ($log, $compile, $auth, $rootscope, $tgAuth, $location) -
<% } %> <% } %>
<% if (project.videoconferences) { %> <% if (project.videoconferences) { %>
<li id="nav-video"> <li id="nav-video">
<a href="<%- project.videoconferenceUrl %>" target="_parent" title="Video"> <a href="<%- project.videoconferenceUrl %>" target="_blank" title="Video">
<span class="icon icon-video"></span> <span class="icon icon-video"></span>
<span class="item">Video</span> <span class="item">Video</span>
</a> </a>