projects
/
rails.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Update bundle
[rails.git]
/
app
/
assets
/
javascripts
/
bs-custom-file-input-init.js
1
/* global bsCustomFileInput */
2
3
$(document).ready(function () {
4
bsCustomFileInput.init();
5
});