Michael Moderator
Recoding the future Posts: 4,043 Status: Offline Gender: Male Location: UK Joined:
Additional Groups: Coding Team
pmvForum | Remove :: from Buttons (15th Mar 08 at 10:22pm UTC) | | This does not remove from the menu
<script> /*Remove :: from buttons Usual Copyright stuff here! Wrighty*/
for(i=0; i<get('td','tag').length;i++){ if(get('td','tag')[i].innerHTML.match(/ :: /) && get('td','tag')[i].className.match(/title(1|2)/)){ get('td','tag')[i].innerHTML = get('td','tag')[i].innerHTML.replace(/ :: /g,' '); } } </script>
Global Footer | |
|