summaryrefslogtreecommitdiff
path: root/public/views
diff options
context:
space:
mode:
authorWu Cheng-Han2015-07-11 12:43:08 +0800
committerWu Cheng-Han2015-07-11 12:43:08 +0800
commit556338a9c6964d110c1351a402b425c71c2571fa (patch)
treed5b6d2071e554e65c7bfaa4f2c84ddb034598e01 /public/views
parent4702b83adc35f384e214a2a6e9199d08e4494093 (diff)
Added support of operational transformation
Diffstat (limited to 'public/views')
-rw-r--r--public/views/body.ejs2
-rw-r--r--public/views/foot.ejs2
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>