Opening video conference in new window
parent
d93434d704
commit
5da883eca7
|
@ -136,7 +136,7 @@ ProjectMenuDirective = ($log, $compile, $auth, $rootscope, $tgAuth, $location) -
|
|||
<% } %>
|
||||
<% if (project.videoconferences) { %>
|
||||
<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="item">Video</span>
|
||||
</a>
|
||||
|
|
Loading…
Reference in New Issue