[FIX] select to tweet

bzr revid: fp@tinyerp.com-20140323172331-v2oqzf2czm1gs28n
This commit is contained in:
Fabien Pinckaers 2014-03-23 18:23:31 +01:00
parent 97efe98251
commit 55ff4f21da
1 changed files with 1 additions and 1 deletions

View 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);