1 decade ago by lucashaley
Heya --
I needed to run Impact from a different directory, and changed the prefix value in my HTML. Unfortunately this broke the debug formatting, as the line to load the debug.css document is hard-coded. I'd like to suggest the following change to the code:
menu.js, line 42:
I needed to run Impact from a different directory, and changed the prefix value in my HTML. Unfortunately this broke the debug formatting, as the line to load the debug.css document is hard-coded. I'd like to suggest the following change to the code:
menu.js, line 42:
// style.href = 'lib/impact/debug/debug.css'; style.href = ig.prefix + 'lib/impact/debug/debug.css';