Quote:
Originally Posted by dazed12
I'm using vB 4.2 and it is appears as if it is 'frozen'. I can't even forcible select another image from what is presented.
?
url: http://precision-servers.com
|
thats because your webpage has 2 different jquery.min.js file. this mod uses 1.6.2 version and other mod (steam mod) uses 1.4.2 .
Create New Plugin
Hook: global_complete
Code:
PHP Code:
if (THIS_SCRIPT == 'vbcms')
{
$output = str_replace('<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>', '', $output);
}