##// END OF EJS Templates
frontend: do not close non-existing websocket connection - don't do anything if window is not focused
frontend: do not close non-existing websocket connection - don't do anything if window is not focused

File last commit:

r0:548a840d
r16:b2a8f100
Show More
parent_view.html
7 lines | 175 B | text/html | HtmlLexer
project: initial commit
r0 <div class="row">
<div class="col-sm-3" id="menu">
<div ng-include="'templates/user/menu.html'"></div>
</div>
<div class="col-sm-9" ui-view></div>
</div>