Enforce to use jquery 3 for now, as something seems to be broken with jquery 4 and webpack

This commit is contained in:
Jan Böhmer 2026-01-18 18:44:59 +01:00
parent ea71fcd120
commit 6402cfe619
3 changed files with 5 additions and 7 deletions

View file

@ -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 {