mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-01-20 00:59:34 +00:00
Enforce to use jquery 3 for now, as something seems to be broken with jquery 4 and webpack
This commit is contained in:
parent
ea71fcd120
commit
6402cfe619
3 changed files with 5 additions and 7 deletions
|
|
@ -44,7 +44,7 @@ import "./register_events";
|
|||
import "./tristate_checkboxes";
|
||||
|
||||
//Define jquery globally
|
||||
window.$ = window.jQuery = require("jquery");
|
||||
global.$ = global.jQuery = require("jquery");
|
||||
|
||||
//Use the local WASM file for the ZXing library
|
||||
import {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue