Woooow... so, silly me, I had completely forgotten about grunt dev
. And, my mistake, it wasn't Adapt's fault at all. I had just used:
var url = new URL(window.location.href);
var debugEnabled = url.searchParams.get("debug");
Which Internet Explorer didn't support. The grunt dev
feature helped me find and fix it in minutes. Thank you so very much!
- Milun