vForums Support > vForums :: Report a Bug :: Resolved Bugs :: > Two Classes

Two Classes - Posted By Dreg[Bot] (dregondrahl) on 22nd Mar 08 at 3:19pm
<td class="window1" width="6%" align="center" class="boardstatus">


two classes {Tongue Out} ? its on some other spots too

Smiley

Re: Two Classes - Posted By Ross (admin) on 22nd Mar 08 at 3:52pm
They're supposed to have been merged into one {Unsure}

I'll change it back to class="window1 boardstatus" at some point.

Re: Two Classes - Posted By Dreg[Bot] (dregondrahl) on 22nd Mar 08 at 4:20pm
kk Smiley3

Re: Two Classes - Posted By Marc (cr0w) on 22nd Mar 08 at 4:23pm
 
They're supposed to have been merged into one {Unsure}

I'll change it back to class="window1 boardstatus" at some point.


I thought that was intentional; kept messing up codes that needed to check className's though. {Tongue Out}

Re: Two Classes - Posted By Ross (admin) on 22nd Mar 08 at 4:31pm
The classes have been merged into one. For codes, just use RegExp to match the class, eg. td.item(i).className.match(/boardstatus/)

Re: Two Classes - Posted By Marc (cr0w) on 22nd Mar 08 at 4:31pm
 
The classes have been merged into one. For codes, just use RegExp to match the class, eg. td.item(i).className.match(/boardstatus/)


Thanks Ross. {Smile} Smiley

*Goes to rewrite some coding in a much easier way* {Tongue Out}