🐛 jane toc

This commit is contained in:
Van 2019-02-20 15:18:23 +08:00
parent a0daa3f9e2
commit 3a5132b6ba
No known key found for this signature in database
GPG Key ID: 7059B8783A78F16C
2 changed files with 5 additions and 9 deletions

View File

@ -38,9 +38,12 @@ var Skin = {
'max-width': '968px',
'padding-right': '270px',
})
} else {
$('#pjax.wrapper').removeAttr('style')
}
},
init: function () {
Skin.initToc()
Util.initPjax(function () {
$('.header a').each(function () {
if (this.href === location.href) {
@ -50,14 +53,7 @@ var Skin = {
}
})
if ($('.b3-solo-list li').length > 0 && $(window).width() > 768) {
$('#pjax.wrapper').css({
'max-width': '968px',
'padding-right': '270px',
})
} else {
$('#pjax.wrapper').removeAttr('style')
}
Skin.initToc()
})
$('.header a').each(function () {

View File

@ -15,4 +15,4 @@
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
var Skin={initToc:function(){0<$(".b3-solo-list li").length&&768<$(window).width()&&($(".b3-solo-list").css({right:"50px","border-right":"1px solid #fff",opacity:1}),$("#pjax.wrapper").css({"max-width":"968px","padding-right":"270px"}))},init:function(){Util.initPjax(function(){$(".header a").each(function(){this.href===location.href?this.className="current tooltipped tooltipped__w":this.className="tooltipped tooltipped__w"}),0<$(".b3-solo-list li").length&&768<$(window).width()?$("#pjax.wrapper").css({"max-width":"968px","padding-right":"270px"}):$("#pjax.wrapper").removeAttr("style")}),$(".header a").each(function(){this.href===location.href&&(this.className="current tooltipped tooltipped__w")}).click(function(){$(".header a").removeClass("current"),this.className="current tooltipped tooltipped__w"}),$("body").on("click",".content-reset img",function(){window.open(this.src)})}};Skin.init();
var Skin={initToc:function(){0<$(".b3-solo-list li").length&&768<$(window).width()?($(".b3-solo-list").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 tooltipped tooltipped__w":this.className="tooltipped tooltipped__w"}),Skin.initToc()}),$(".header a").each(function(){this.href===location.href&&(this.className="current tooltipped tooltipped__w")}).click(function(){$(".header a").removeClass("current"),this.className="current tooltipped tooltipped__w"}),$("body").on("click",".content-reset img",function(){window.open(this.src)})}};Skin.init();