mirror of
https://repo.getmonero.org/AnonDev/xmrmemes.git
synced 2025-05-14 15:32:12 -04:00
Fix dropdown and npm run production
This commit is contained in:
parent
934a34f004
commit
e6cc674ee8
11 changed files with 58 additions and 69780 deletions
12
resources/js/bootstrap.js
vendored
12
resources/js/bootstrap.js
vendored
|
@ -6,12 +6,12 @@ window._ = require('lodash');
|
|||
* code may be modified to fit the specific needs of your application.
|
||||
*/
|
||||
|
||||
try {
|
||||
window.Popper = require('popper.js').default;
|
||||
window.$ = window.jQuery = require('jquery');
|
||||
|
||||
require('bootstrap');
|
||||
} catch (e) {}
|
||||
// try {
|
||||
// window.Popper = require('popper.js').default;
|
||||
// window.$ = window.jQuery = require('jquery');
|
||||
//
|
||||
// require('bootstrap');
|
||||
// } catch (e) {}
|
||||
|
||||
/**
|
||||
* We'll load the axios HTTP library which allows us to easily issue requests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue