diff options
author | Colin Guthrie <colin@mageia.org> | 2011-09-27 11:35:07 +0100 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2011-09-27 11:35:07 +0100 |
commit | 1628da35ad140d46e12da6a71845c3a0d6e22da5 (patch) | |
tree | 3eced04c5f6f29c900b8c9ea6e595d0e21f72339 | |
parent | 7e24a296b680131eda5d5cff8049c76b2fb0ea5f (diff) |
Don't show FB faces.
-rw-r--r-- | pulsar/index.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pulsar/index.html.tmpl b/pulsar/index.html.tmpl index dd3050a..cfcf0d1 100644 --- a/pulsar/index.html.tmpl +++ b/pulsar/index.html.tmpl @@ -87,7 +87,7 @@ js.src = "//connect.facebook.net/en_US/all.js#xfbml=1"; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk'));</script> - <div class="fb-like" data-href="http://freedesktop.org/software/pulseaudio/planet/" data-send="false" data-width="450" data-show-faces="true"></div> + <div class="fb-like" data-href="http://freedesktop.org/software/pulseaudio/planet/" data-send="false" data-width="450" data-show-faces="false"></div> <!-- Place this tag where you want the +1 button to render --> <g:plusone annotation="inline"></g:plusone> |