Back to General discussions forum
I see in the Mess Hall it says I failed Space Invaders Automation, but when I click the Submit button nothing pops up to tell me my solution didn't last long enough, or if there was an exception, or anything else.
Also when I click the Submit button, the dev tools console says Uncaught TypeError: $(...).modal is not a function. answerNotNeeded does not seem to be the issue.
Vadim, Hi again and sorry for delay!
The most silly ussues may take unexpectedly long time to figure out. This
.modal... call shows pop-up with results of submission but seemingly it breaks inexplicably if javascript libraries are
not added to the page in the proper order. Order was right, but I found that the problem text (including the visual
simulation) includes "jquery" for the second time. Probably copy-paste mistake when I transferred this from some notepad,
but I have no idea why it worked before and stopped at some point. Honestly I'm always quite afraid of these javascript things! :)
Please check, should be better now!