disable addthis address tracking

This commit is contained in:
albert
2013-02-21 14:23:28 -05:00
parent 0c3cfb8601
commit e734fc77a9
3 changed files with 2 additions and 4 deletions

View File

@@ -112,7 +112,6 @@
$img.data("scale_factor", ratio);
$img.css("width", $img.width() * ratio);
$img.css("height", $img.height() * ratio);
console.log("ratio=%f", ratio);
}
} else {
$img.data("scale_factor", 1);