Commit 3eb8876 1 parent a043634 commit 3eb8876 Copy full SHA for 3eb8876
File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 102
102
< script >
103
103
setTimeout ( function ( ) {
104
104
var mditor = window . mditor = Mditor . fromTextarea ( document . getElementById ( 'editor' ) ) ;
105
- } , 100 ) ;
105
+ } , 1000 ) ;
106
106
</ script >
107
107
< script type ="text/javascript " src ="js/mditor.min.js "> </ script > </ body >
108
108
Original file line number Diff line number Diff line change 99
99
```
100
100
</ textarea >
101
101
</ div >
102
+ < script type ="text/javascript " src ="js/mditor.min.js "> </ script > </ body >
102
103
< script >
103
- setTimeout ( function ( ) {
104
104
var mditor = window . mditor = Mditor . fromTextarea ( document . getElementById ( 'editor' ) ) ;
105
- } , 100 ) ;
106
105
</ script >
107
- < script type ="text/javascript " src ="js/mditor.min.js "> </ script > </ body >
108
106
109
107
</ html >
You can’t perform that action at this time.
0 commit comments