Skip to content

Commit 3eb8876

Browse files
committed
docs
1 parent a043634 commit 3eb8876

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

build/dist/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@
102102
<script>
103103
setTimeout(function () {
104104
var mditor = window.mditor = Mditor.fromTextarea(document.getElementById('editor'));
105-
}, 100);
105+
}, 1000);
106106
</script>
107107
<script type="text/javascript" src="js/mditor.min.js"></script></body>
108108

docs/demo/index.html

+1-3
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,9 @@
9999
```
100100
</textarea>
101101
</div>
102+
<script type="text/javascript" src="js/mditor.min.js"></script></body>
102103
<script>
103-
setTimeout(function () {
104104
var mditor = window.mditor = Mditor.fromTextarea(document.getElementById('editor'));
105-
}, 100);
106105
</script>
107-
<script type="text/javascript" src="js/mditor.min.js"></script></body>
108106

109107
</html>

0 commit comments

Comments
 (0)