Must be... When I fixed that one jscript closing tag in the jscript file. Everything work for me on my test site.
So some other mod is messing with your jscript files causing it.
To use that add this add on. You may have to remove the codes from jscript file.
also see an error in my addThis code
Change this line:
Code:
pi:pinit:description="<?php echo HTTP_SERVER . DIR_WS_CATALOG . $products_image_medium; ?>&description=<?php echo stripslashes($products_description); ?>"
to:
Code:
pi:pinit:description="<?php echo stripslashes($products_description); ?>"
Bookmarks