Merge pull request #363 from sharelatex/bg-lock-editor-when-connection-down

lock editor when connection down
This commit is contained in:
Brian Gough
2016-11-04 11:04:30 +00:00
committed by GitHub
4 changed files with 46 additions and 1 deletions
@@ -86,6 +86,11 @@ block content
.modal-footer
button.btn.btn-info(ng-click="done()") #{translate("ok")}
script(type="text/ng-template", id="lockEditorModalTemplate")
.modal-header
h3 {{ title }}
.modal-body(ng-bind-html="message")
block requirejs
script(type="text/javascript" src='/socket.io/socket.io.js')