Quote:
Originally Posted by SnakeV
When i have this plugin enabled with JS, CSS and HTML optimizer the moderation tools don't work.
For example if i select a message with the checkbox at the top corner right of the message it don't select the message.
Also the vbsc.js is being replaced incorrectly, it's being replaced with this:
Code:
<script type="text/javascript" src="/clientscript/vbsc.js"></script>
When it should be without the slash:
Code:
<script type="text/javascript" src="clientscript/vbsc.js"></script>
Thanks.
|
Yeah I'm able to reproduce that, seems to only happen when the page is loaded via a link rather than refresh though, which is pretty weird.