Inversion Test

See here for the DevOps item

What we are seeing is an inversion repattr completely screwing up some javaScript. I'll add the script here as some text but also as a script tag so we can see it happening in both instances.

This is the script that works
contourFieldValues[$(this).attr("id")] = $("option[value='" + $(this).val() + "']", $(this)).text();
View the source in DevTools - it's just below us in a script tag too. Probably causing console errors!