[FIX] select to tweet
authorFabien Pinckaers <fp@tinyerp.com>
Sun, 23 Mar 2014 17:23:31 +0000 (18:23 +0100)
committerFabien Pinckaers <fp@tinyerp.com>
Sun, 23 Mar 2014 17:23:31 +0000 (18:23 +0100)
bzr revid: fp@tinyerp.com-20140323172331-v2oqzf2czm1gs28n

addons/website_blog/static/src/js/website_blog.js

index 8b48cde..a20f1e4 100644 (file)
@@ -31,7 +31,7 @@ $(document).ready(function() {
     }
 
     $('.js_header').css('min-height', $(window).height());
-    $("js_tweet").find("h1, h2, h3, h4, li, p").share({'author_name':$('#blog_author').text()});
+    $(".js_tweet").find("h1, h2, h3, h4, li, p").share({'author_name':$('#blog_author').text()});
     $('.cover_footer').on('click',page_transist);
     $('a[href^="#blog_content"]').on('click', animate);