solo-skins/Jane/js/common.min.js

1 line
797 B
JavaScript

var Skin={initToc:function(){$(".article__toc li").length>0&&$(window).width()>768?($(".article__toc").css({right:"50px","border-right":"1px solid #fff",opacity:1}),$("#pjax.wrapper").css({"max-width":"968px","padding-right":"270px"})):$("#pjax.wrapper").removeAttr("style")},init:function(){Skin.initToc(),Util.initPjax((function(){$(".header a").each((function(){this.href===location.href?this.className="current vditor-tooltipped vditor-tooltipped__w":this.className="vditor-tooltipped vditor-tooltipped__w"})),Skin.initToc()})),$(".header a").each((function(){this.href===location.href&&(this.className="current vditor-tooltipped vditor-tooltipped__w")})).click((function(){$(".header a").removeClass("current"),this.className="current vditor-tooltipped vditor-tooltipped__w"}))}};Skin.init();