This repository was archived by the owner on May 12, 2023. It is now read-only.
File tree 4 files changed +10
-10
lines changed
4 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2
2
* Editor.md
3
3
*
4
4
* @file editormd.js
5
- * @version v1.7.11
5
+ * @version v1.7.12
6
6
* @description Open source online markdown editor.
7
7
* @license MIT License
8
8
* @author Pandao
59
59
} ;
60
60
61
61
editormd . title = editormd . $name = "Editor.md" ;
62
- editormd . version = "1.7.11 " ;
62
+ editormd . version = "1.7.12 " ;
63
63
editormd . homePage = "https://pandao.github.io/editor.md/" ;
64
64
editormd . classPrefix = "editormd-" ;
65
65
3990
3990
callback ( ) ;
3991
3991
} ;
3992
3992
3993
- css . href = fileName + `.css?version =${ version } ` ;
3993
+ css . href = fileName + `.css?editormd_version =${ version } ` ;
3994
3994
3995
3995
if ( into === "head" ) {
3996
3996
document . getElementsByTagName ( "head" ) [ 0 ] . appendChild ( css ) ;
4021
4021
script = document . createElement ( "script" ) ;
4022
4022
script . id = fileName . replace ( / [ \. / ] + / g, "-" ) ;
4023
4023
script . type = "text/javascript" ;
4024
- script . src = fileName + `.js?version =${ version } ` ;
4024
+ script . src = fileName + `.js?editormd_version =${ version } ` ;
4025
4025
4026
4026
if ( editormd . isIE8 )
4027
4027
{
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @ibm-skills-network/editor.md" ,
3
- "version" : " 1.7.11 " ,
3
+ "version" : " 1.7.12 " ,
4
4
"description" : " Open source online markdown editor." ,
5
5
"directories" : {
6
6
"doc" : " docs" ,
Original file line number Diff line number Diff line change 47
47
} ;
48
48
49
49
editormd . title = editormd . $name = "Editor.md" ;
50
- editormd . version = "1.7.11 " ;
50
+ editormd . version = "1.7.12 " ;
51
51
editormd . homePage = "https://pandao.github.io/editor.md/" ;
52
52
editormd . classPrefix = "editormd-" ;
53
53
3978
3978
callback ( ) ;
3979
3979
} ;
3980
3980
3981
- css . href = fileName + `.css?version =${ version } ` ;
3981
+ css . href = fileName + `.css?editormd_version =${ version } ` ;
3982
3982
3983
3983
if ( into === "head" ) {
3984
3984
document . getElementsByTagName ( "head" ) [ 0 ] . appendChild ( css ) ;
4009
4009
script = document . createElement ( "script" ) ;
4010
4010
script . id = fileName . replace ( / [ \. / ] + / g, "-" ) ;
4011
4011
script . type = "text/javascript" ;
4012
- script . src = fileName + `.js?version =${ version } ` ;
4012
+ script . src = fileName + `.js?editormd_version =${ version } ` ;
4013
4013
4014
4014
if ( editormd . isIE8 )
4015
4015
{
You can’t perform that action at this time.
0 commit comments