Sha256: af157b47e1f8b12424a1a38aa4ce10d388977cc6044f0b9372a7d9ba64e53b32

Contents?: true

Size: 324 Bytes

Versions: 22

Compression:

Stored size: 324 Bytes

Contents

let body  = "body",
    site  = ".site",
    shade = "rgba(0,0,0,0.05)",
    controller = new ScrollMagic.Controller(),
    Browseable,
    BodyIsHome;

const BodyClasses = $(body)[0].classList;

if ($(body).hasClass("type-home")) {
  BodyIsHome = true;
}

if (!SiteIsTheme) {
  Browseable = $(".wrap.type-page").length;
}

Version data entries

22 entries across 22 versions & 1 rubygems

Version Path
futuro-0.7.6 assets/js/footer/custom/Settings.js
futuro-0.7.5 assets/js/footer/custom/Settings.js