Yes, I suppose it would.
I didn't test all the features of the tab, just the review setting and then I noticed that I had doubles of all my additional images too.
if you
just want to take care of the review image then you could modify the code to:
Code:
$('#productMainImageReview').find("a").removeAttr("rel");
and later if you have an issue like I saw with the additional image, it could be wrapped in an if statement to check wether or no the additional images are in a tab or not.
Bookmarks