Sha256: 21e1072528af648594425c6e055909848069cf5c0b6780aa9d7dad3c22eb3d54

Contents?: true

Size: 752 Bytes

Versions: 1

Compression:

Stored size: 752 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 vendor/assets/javascripts of plugins, if any, 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/sstephenson/sprockets#sprockets-directives) for details
// about supported directives.
//
//= require ./bootstrap.file-input
//= require_self

(function($){
    $(document).ready(function(){
        $('input[type=file]').bootstrapFileInput();
    });
})(jQuery);

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
simple_form_fileinput-0.0.1 vendor/assets/javascripts/simple_form_fileinput/init.js