diff options
Diffstat (limited to 'public/views')
-rw-r--r-- | public/views/body.ejs | 2 | ||||
-rw-r--r-- | public/views/foot.ejs | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/public/views/body.ejs b/public/views/body.ejs index bf713cba..1367d9f9 100644 --- a/public/views/body.ejs +++ b/public/views/body.ejs @@ -58,7 +58,7 @@ <h4 class="modal-title" id="myModalLabel">This page need refresh</h4> </div> <div class="modal-body"> - <h5>This page have a mismatch client version or incorrect user state.</h5> + <h5>This page have a mismatch client version or incorrect user state or errors.</h5> <strong>Please refresh this page.</strong> </div> <div class="modal-footer"> diff --git a/public/views/foot.ejs b/public/views/foot.ejs index e950cf51..b545841f 100644 --- a/public/views/foot.ejs +++ b/public/views/foot.ejs @@ -8,6 +8,8 @@ <script src="/vendor/codemirror/codemirror.min.js" defer></script> <script src="/vendor/inlineAttachment/inline-attachment.js" defer></script> <script src="/vendor/inlineAttachment/codemirror.inline-attachment.js" defer></script> +<!--ot--> +<script src="/vendor/ot/ot.min.js" defer></script> <!--others--> <script src="/vendor/socket.io-1.3.5.js" defer></script> <script src="/vendor/remarkable.min.js" defer></script> |