[FIX] : only blog post titles and content can be tweet , not footer content

bzr revid: aja@tinyerp.com-20140321055428-7chzxnw6csntjs0q
This commit is contained in:
ajay javiya (OpenERP) 2014-03-21 11:24:28 +05:30
parent 48db08b6ee
commit 7e4d71f6fa
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ $(document).ready(function() {
$('#discussions_wrapper').empty();
new openerp.website.blog_discussion({'content' : content});
}
if (share) $("p,h1,h2,h3,h4,ul").share({'author_name':$('#blog_author').text()});
if (share) $("h1, h2, h3, h4, ul, p","#blog_content ,.blog_title").share({'author_name':$('#blog_author').text()});
});
$('.cover_footer').on('click',page_transist);
$('a[href^="#blog_content"]').on('click', animate);