XF 2.1 Javascript in node description broke post new thread function

Danloona

Member
Hello,

I have little trouble with xenForo 2.1 I have code to add to dynamically generate math number in url to avoid cache.
To view this content we will need your consent to set third party cookies.
For more detailed information, see our cookies page.
here is how problem looks like.

Here is code injected in description.
HTML:
<script type="text/javascript">
document.write('<img src="https://beta.hectorsky.net/bannery/share/voice_small.png?'+Math.random()+'">');
</script>

Thanks for help
 
Top Bottom