Sha256: f2bf4e75138290500db7bf5cd6dfb2e6bb81a0e59008d3c8f36514d9d16bb959

Contents?: true

Size: 990 Bytes

Versions: 4

Compression:

Stored size: 990 Bytes

Contents

// This is a manifest file that'll be compiled into application.js, which will include all the files
// listed below.
//
// Any JavaScript/Coffee file within this directory, lib/assets/javascripts, vendor/assets/javascripts,
// or any plugin's vendor/assets/javascripts directory can be referenced here using a relative path.
//
// It's not advisable to add code directly here, but if you do, it'll appear at the bottom of the
// compiled file.
//
// Read Sprockets README (https://github.com/rails/sprockets#sprockets-directives) for details
// about supported directives.
//
//= require jquery
//= require jquery_ujs
//= require jquery-ui
//= require unobtrusive_flash
//= require unobtrusive_flash_ui
//= require materialize




UnobtrusiveFlash.flashOptions['timeout'] = 45000; // milliseconds

$(function(){
  $("a[rel='tooltip']").tooltip();


});

$(document).ready(function() {
    $('select').material_select();
    $(".button-collapse").sideNav();
    $('.modal').modal();
});



Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
gorg_engine-1.2.4 app/assets/javascripts/gorg_engine/application.js
gorg_engine-1.2.3 app/assets/javascripts/gorg_engine/application.js
gorg_engine-1.2.0 app/assets/javascripts/gorg_engine/application.js
gorg_engine-1.1.0 app/assets/javascripts/gorg_engine/application.js