Rework some of the OAuth2 views, adding links and messages when there are no applicat...
[rails.git] / app / assets / javascripts / bs-custom-file-input-init.js
1 /* global bsCustomFileInput */
2
3 $(document).ready(function () {
4   bsCustomFileInput.init();
5 });