Merge pull request #10 from iTanken/master

Update footer.ftl
This commit is contained in:
D
2018-07-07 15:30:11 +08:00
committed by GitHub

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} -->