PWillard
09-12-2011, 02:49 AM
hello there,
I would like to know how can I change the path of these two files from
<script type="text/javascript" src="http://mysite.com/clientscript/vbulletin-core.js?v=415"></script>
<script type="text/javascript" src="http://mysite.com/clientscript/vbulletin_facebook.js?v=415"></script>
into
<script type="text/javascript" src="/clientscript/vbulletin-core.js?v=415"></script>
<script type="text/javascript" src="/clientscript/vbulletin_facebook.js?v=415"></script>
I would like to know how can I change the path of these two files from
<script type="text/javascript" src="http://mysite.com/clientscript/vbulletin-core.js?v=415"></script>
<script type="text/javascript" src="http://mysite.com/clientscript/vbulletin_facebook.js?v=415"></script>
into
<script type="text/javascript" src="/clientscript/vbulletin-core.js?v=415"></script>
<script type="text/javascript" src="/clientscript/vbulletin_facebook.js?v=415"></script>