Update footer.ftl

+ Util.parseMarkdown();
This commit is contained in:
子兮子兮 2018-07-07 14:45:18 +08:00 committed by GitHub
parent b179e6e5e4
commit 7ee3da3840
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -48,8 +48,9 @@
layer.tips(msg, selector, {tips:[ipoint,'#333'], fixed:ifixed, time:6000});
};
$(function($) {
Util.parseMarkdown();
// link target
$("main a, footer a").not("header a,a.quote-link,.pagination a,a.tag,a[rel='prev'],a[rel='next']").attr("target", "_blank");
$("main a, footer a").not("header a,a.quote-link,.pagination a,a.tag,a[rel='prev'],a[rel='next'],a[href^='javascript:'],a[id^='goto_']").attr("target", "_blank");
if($("body").width() > 750) {
if(Cookie.readCookie("showTips") != "0") {
<#-- 鼠标悬浮提示 -->
@ -91,4 +92,4 @@
}
});
</script>
<#-- ${plugins} -->
<#-- ${plugins} -->