So, all fixed then? I don't think so. I just checked the page again and as far as I can tell, it's still using the unmodified script.
Even with the unmodified script, it appears as though only the first image has a link property set for it in its rev attribute anyway.
And it:
Code:
<a href="upload_img/FENDER_STRATOCASTER_66_firemist_silver_Custom_shop_ltd_1.JPG" rel="enlargeimage" rev="targetdiv:loadarea,link:upload_img/FENDER_STRATOCASTER_66_firemist_silver_Custom_shop_ltd_1.JPG, target="_blank" onclick="" trigger:mouseover" title="">
Has trailing garbage, it should be:
Code:
<a href="upload_img/FENDER_STRATOCASTER_66_firemist_silver_Custom_shop_ltd_1.JPG" rel="enlargeimage" rev="targetdiv:loadarea,link:upload_img/FENDER_STRATOCASTER_66_firemist_silver_Custom_shop_ltd_1.JPG" title="">
target and onclick aren't valid properties for either version of the script and the default trigger is mouseover, so that's not needed.
Bookmarks