Files
oficial/app_old/resources/js/bootstrap.js
Juan Pablo Vial be33305cf1 config
2023-07-24 20:41:38 -04:00

12 lines
333 B
JavaScript

/**
* We'll load jQuery and the Bootstrap jQuery plugin which provides support
* for JavaScript based Bootstrap features such as modals and tabs. This
* code may be modified to fit the specific needs of your application.
*/
window.$ = window.jQuery = require('jquery');
require('bootstrap');
require('bootstrap-3-typeahead');