Sha256: ccf20ac8ac8e9f00cb8dbc4b35a367dbbdf2453e7b4f3099788440db24ca9f35

Contents?: true

Size: 630 Bytes

Versions: 12

Compression:

Stored size: 630 Bytes

Contents

// the following stuff is default usually provided in any application, but is necessary for the app to work.

//= require jquery
//= require jquery_ujs
//= require underscore
//= require turbolinks
//= require cloudinary



/**
$(document).ready(function() {
    $('select').material_select();
});
***/

$(document).ready(function(){
    $('.modal').modal();
});

$(document).ready(function(){
    $('.tabs').tabs();
  });

$(document).ready(function(){
    $('.sidenav').sidenav();
  });

$(document).ready(function(){
    $('.collapsible').collapsible();
  });

$(document).ready(function(){
    $('.parallax').parallax();
  });

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
wordjelly-auth-1.2.2 app/assets/javascripts/auth/auth_dependencies.js
wordjelly-auth-1.2.1 app/assets/javascripts/auth/auth_dependencies.js
wordjelly-auth-1.2.0 app/assets/javascripts/auth/auth_dependencies.js
wordjelly-auth-1.1.9 app/assets/javascripts/auth/auth_dependencies.js
wordjelly-auth-1.1.8 app/assets/javascripts/auth/auth_dependencies.js
wordjelly-auth-1.1.7 app/assets/javascripts/auth/auth_dependencies.js
wordjelly-auth-1.1.6 app/assets/javascripts/auth/auth_dependencies.js
wordjelly-auth-1.1.5 app/assets/javascripts/auth/auth_dependencies.js
wordjelly-auth-1.1.4 app/assets/javascripts/auth/auth_dependencies.js
wordjelly-auth-1.1.3 app/assets/javascripts/auth/auth_dependencies.js
wordjelly-auth-1.1.2 app/assets/javascripts/auth/auth_dependencies.js
wordjelly-auth-1.1.1 app/assets/javascripts/auth/auth_dependencies.js