Quote:
Originally Posted by cbiweb
The code is there, but if you downloaded the compressed version of the file it looks slightly different. You need to search for these two strings:
Code:
YAHOO.util.Event.on(C[b],"click",qr_newreply_activate,this)
and
Code:
YAHOO.util.Event.on(A,"click",qr_replytothread_activate,this)
Comment them per my first post. Depending what result you want will determine which one(s) you comment out.
I only found out about the compressed version after I wrote the article, or I would've included it then. 
|
I had the compressed version and found this code. I put the // in front of both strings and it didn't do anything. I then put a space before the // in each string and it now works.
I don't have a clue if that's the technical thing to do, but it's working for me.