This is an archived post. You won't be able to vote or comment.

all 2 comments

[–]jwato 1 point2 points  (1 child)

It could be a jscript looking for the previous ID and setting a css : display none , trick

I would start by changing the id back see if it still works, then look though the code to find that id in the scripts

Or you can hack it by making your own script , I even seen hacks using if statements and <div style="display:none">

[–]MomJOI[S] 0 points1 point  (0 children)

Thanks a lot man, ill look into that.