Committer: pkornilov
LJSUP-8678: Mail sharing should go to http://api.addthis.comU trunk/htdocs/js/journal.js
Modified: trunk/htdocs/js/journal.js =================================================================== --- trunk/htdocs/js/journal.js 2011-04-28 07:28:44 UTC (rev 19004) +++ trunk/htdocs/js/journal.js 2011-04-28 07:33:47 UTC (rev 19005) @@ -129,17 +129,7 @@ } } -// Share -SHARETHIS_ary = []; -SHARETHIS_ary.findByUrl = function(url) -{ - for (var i = this.length - 1; i >= 0; i--) { - if (url === this[i].properties.url) { - return this[i]; - } - } -} - +// Share at some S2 styles jQuery(document).click(function(e) { var a = e.target,