i’m getting:
“Empty string passed to getElementById(). visual_logic.js:489:28”
the inspector shows:
else
elem = document.getElementById(id);
}
return elem;
}
many sites said it was a conflict of jQuery.js and Prototype.js.
is verge3d in any way dependent on prototype.js/?
because i have not had any previous problems with using jQuery till now for some reason.. and i’m not using it.. not to my knowledge.
i refreshed my app.js file to make sure there was nothing form there.
i’ve never had this issue before..
and if i do the jquery fix for it .. the next error is the one they specifically say comes next.. the “the “$” isn’t a command” error .
strange this would just pop up.
haven’t added anything on that end in quite awhile.
EDIT: .. computer-wide search found i got it in a big library of libraries on Yarn.. and it came with my new installation of Dreamweaver which i do not use.
funnnnn…..
anyone ever deal with this…?