nodejs fixes

This commit is contained in:
j 2026-02-18 18:16:43 +01:00
commit 7ed524517d
7 changed files with 32 additions and 15 deletions

View file

@ -69,7 +69,6 @@ Ox.load = function() {
callback(true);
} else {
let fn = Ox.noop
console.log("!!", modules)
if ('UI' in modules) {
fn = function(callback) {
var path = Ox.PATH + 'UI/jquery/jquery-1.7.1.min.js?' + Ox.VERSION;