Forums
(@cuckbanger)
13 years, 8 months ago
The error is a javascript error. Change line 72 at script.js from:tb_show(jQuery(this).attr('title'), event.target.href, false); to:tb_show(jQuery(this).attr('title'), e.target.href, false); and it should work
tb_show(jQuery(this).attr('title'), event.target.href, false);
tb_show(jQuery(this).attr('title'), e.target.href, false);