Sha256: 46d1bc0747140c974928d5ca38946dee5e3732788fab7b22872c840608b0f1fe

Contents?: true

Size: 364 Bytes

Versions: 2

Compression:

Stored size: 364 Bytes

Contents

//= require vendor/bootstrap/bootstrap

(function() {

  function initBootstrap() {
    $('[data-toggle="popover"]').popover({
      container: 'body'
    });

    $('[data-toggle="tooltip"]').tooltip({
      container: 'body'
    });
  }

  KisoThemes.hookOnPageLoad( function() {
    KisoThemes.jsLibIsActive('bootstrap') && initBootstrap.call(this)
  })

})()

Version data entries

2 entries across 1 versions & 1 rubygems

Version Path
kiso_themes-1.0.2 app/assets/javascripts/kiso_themes/bootstrap.js
kiso_themes-1.0.2 lib/generators/kiso_themes/templates/rails6/kiso_themes/bootstrap.js