Committer: ailyin
LJSUP-8952 (<lj like> tag)U trunk/cgi-bin/LJ/Hooks/LJLike.pm
Modified: trunk/cgi-bin/LJ/Hooks/LJLike.pm =================================================================== --- trunk/cgi-bin/LJ/Hooks/LJLike.pm 2011-06-03 02:02:50 UTC (rev 19212) +++ trunk/cgi-bin/LJ/Hooks/LJLike.pm 2011-06-03 02:30:13 UTC (rev 19213) @@ -3,6 +3,8 @@ use warnings; LJ::register_hook( 'insert_html_after_body_open' => sub { + my ($after_body_open_ref) = @_; + return if $LJ::REQ_GLOBAL{'sitewide_resources_ljlike_google'}++; my $language = LJ::Lang::get_remote_lang();