Something is messing up /components/com_easydiscuss/themes/wireframe/user/edit.js. I can't track down exactly what and where, but can see the evidence of this.
Specifically, it appears there is some code somewhere in the flow that is looking for the first occurrence of " '< /div >' " in the "render" method of "addressInput.selectize" in the edit.js file and changing this to " '< /script > < /div >' " for reasons that is not clear and which breaks "easydiscuss/profile/edit" pages as the script closing tag is not supposed to appear at that location.
Only way I have been able to avoid the problem is by hacking edit.js to avoid this change as shown in attached txt file.
Would be much better to find out what exactly is applying this unwanted "fix" to the code in the first place.