Sha256: ae380d11f5b665a03a9a529f24949b8b551c0e71a7de8d0c8647d1eee92fccc7

Contents?: true

Size: 1 KB

Versions: 13

Compression:

Stored size: 1 KB

Contents

Start.browse = () => {

  if (Book.url) {

    Browse.book.links.map((index,value)=>{

      Check.book.class(value);
  
      if (Browse.found.success) {
  
        gsap.set(value,BackgroundShade);
  
      }

    });

    Browse.chapter.books.map((index,value)=>{
      
      Check.book.class(value);

      if (Browse.found.success) {

        Browse.chapter.books.filter(index,value);

      } else {

        gsap.set(value,DisplayNone);

      }
    
    });

    Browse.page.books.map((index,value)=>{

      Check.book.class(value);
  
      if (Browse.found.success) {

        Browse.page.books.filter(index,value);
  
      } else {
  
        gsap.set(value,DisplayNone);
  
      }

    });    
    
  } else {
    
    Browse.chapter.books.map((index,value)=>{

      Browse.chapter.books.filter(index,value);

    });

    Browse.page.books.map((index,value)=>{

      Browse.page.books.filter(index,value);

    });

  }

}

if (!Site.isTheme) { if (!Body.isHome) { if (Browse.able) { Start.browse(); } } }

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
futuro-1.1.1 assets/js/footer/custom/4_Start.browse.js
futuro-1.1.0 assets/js/footer/custom/4_Start.browse.js
futuro-1.0.9 assets/js/footer/custom/4_Start.browse.js
futuro-1.0.8 assets/js/footer/custom/4_Start.browse.js
futuro-1.0.7 assets/js/footer/custom/4_Start.browse.js
futuro-1.0.6 assets/js/footer/custom/4_Start.browse.js
futuro-1.0.5 assets/js/footer/custom/4_Start.browse.js
futuro-1.0.4 assets/js/footer/custom/4_Start.browse.js
futuro-1.0.3 assets/js/footer/custom/4_Start.browse.js
futuro-1.0.2 assets/js/footer/custom/4_Start.browse.js
futuro-1.0.1 assets/js/footer/custom/4_Start.browse.js
futuro-1.0.0 assets/js/footer/custom/4_Start.browse.js
futuro-0.9.9 assets/js/footer/custom/4_StartBrowse.js