Just the popup message, i changed this:
Code:
<script type="text/javascript" src="clientscript/vbulletin_ajax_threadrate.js?v=368"></script>
<script type="text/javascript">
<!--
vB_AJAX_ThreadRate_Init('showthread_threadrate_form');
var threadid = $threadinfo[threadid];
//-->
</script>
For this:
Code:
<script type="text/javascript" src="clientscript/vbulletin_ajax_threadrate.js?v=368"></script>
<script type="text/javascript">
<!--
vB_AJAX_ThreadRate_Init('showthread_threadrate_form');
var threadid = $threadinfo[threadid];
window.alert = null;
//-->
</script>
Thank you!