This commit is contained in:
Van 2019-01-13 23:18:26 +08:00
parent 889f6c797b
commit 91f7a9f828
No known key found for this signature in database
GPG Key ID: 7059B8783A78F16C
11 changed files with 11 additions and 3 deletions

View File

@ -59,7 +59,7 @@
"em13Label": "${em13Label}",
"em14Label": "${em14Label}"
};
Util.initSW();
Util.parseMarkdown('content-reset');
Util.killIE(10)
</script>

View File

@ -68,6 +68,7 @@
<script type="text/javascript" src="${staticServePath}/js/common${miniPostfix}.js?${staticResourceVersion}" charset="utf-8"></script>
<script type="text/javascript" src="${staticServePath}/skins/${skinDirName}/js/bootstrap${miniPostfix}.js?${staticResourceVersion}" charset="utf-8"></script>
<script>
Util.initSW();
Util.setTopBar();
Util.parseMarkdown('article-content');
Util.killIE(8)

View File

@ -57,6 +57,7 @@
"em13Label": "${em13Label}",
"em14Label": "${em14Label}"
};
Util.initSW();
Util.parseMarkdown('post-content');
Util.killIE(8)
</script>

View File

@ -196,7 +196,7 @@ blockquote {
* Article reset style
*
* @author <a href="http://vanessa.b3log.org">Liyuan Li</ta>
* @version 0.2.0.3, Jan 2, 2019
* @version 0.2.1.0, Jan 4, 2019
*/
.content-reset {
word-wrap: break-word;

View File

@ -64,6 +64,7 @@
"em14Label": "${em14Label}"
};
Util.initSW();
Util.parseMarkdown('content-reset');
Util.killIE(8)
</script>

View File

@ -72,6 +72,7 @@
"em13Label": "${em13Label}",
"em14Label": "${em14Label}"
};
Util.initSW();
Util.killIE(8)
Util.parseMarkdown('content-reset');
</script>

View File

@ -58,6 +58,7 @@
<script type="text/javascript" src="${staticServePath}/js/common${miniPostfix}.js?${staticResourceVersion}" charset="utf-8"></script>
<script type="text/javascript" src="${staticServePath}/skins/${skinDirName}/js/${skinDirName}${miniPostfix}.js?${staticResourceVersion}" charset="utf-8"></script>
<script>
Util.initSW();
Util.parseMarkdown();
</script>
${plugins}

View File

@ -64,6 +64,7 @@
"tocLabel": "${tocLabel}",
"siteViewLabel": "${siteViewLabel}"
};
Util.initSW();
Util.parseMarkdown();
Util.killIE(8);
</script>

View File

@ -196,7 +196,7 @@ blockquote {
* Article reset style
*
* @author <a href="http://vanessa.b3log.org">Liyuan Li</ta>
* @version 0.2.0.3, Jan 2, 2019
* @version 0.2.1.0, Jan 4, 2019
*/
.content-reset {
word-wrap: break-word;

View File

@ -63,6 +63,7 @@
"em14Label": "${em14Label}"
};
Util.initSW();
Util.parseMarkdown('content-reset');
Util.killIE(8)
</script>

View File

@ -78,6 +78,7 @@
"em13Label": "${em13Label}",
"em14Label": "${em14Label}"
};
Util.initSW();
Util.parseMarkdown();
Util.killIE(8)
</script>