mirror of
https://github.com/openclassify/openclassify.git
synced 2026-02-09 14:56:13 -06:00
#4754 image upload bug
This commit is contained in:
parent
82dda696d7
commit
09170e809d
3
resources/assets/js/bootstrap.js
vendored
3
resources/assets/js/bootstrap.js
vendored
@ -8,7 +8,8 @@ window.Popper = require('popper.js').default;
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
try {
|
try {
|
||||||
window.$j = window.jQuery = require('jquery');
|
// window.$j = window.jQuery = require('jquery');
|
||||||
|
window.$ = window.jQuery = require('jquery');
|
||||||
|
|
||||||
require('bootstrap');
|
require('bootstrap');
|
||||||
} catch (e) {}
|
} catch (e) {}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user