forked from mirror/pixelfed
Update bootstrap.js
This commit is contained in:
parent
baa802ad33
commit
88331667bf
|
@ -1,7 +1,7 @@
|
|||
window._ = require('lodash');
|
||||
window.Popper = require('popper.js').default;
|
||||
import swal from 'sweetalert';
|
||||
window.pixelfed = {};
|
||||
window.pixelfed = window.pixelfed || {};
|
||||
window.$ = window.jQuery = require('jquery');
|
||||
require('bootstrap');
|
||||
window.InfiniteScroll = require('infinite-scroll');
|
||||
|
|
Loading…
Reference in New Issue