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.
here is how problem looks like.
Here is code injected in description.
Thanks for help
I have little trouble with xenForo 2.1 I have code to add to dynamically generate math number in url to avoid cache.
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