[FIX] : if we select a text for tweet, and then edit, tweet logo stay

bzr revid: aja@tinyerp.com-20140319085123-r9a87xpabxhpu0gi
This commit is contained in:
ajay javiya (OpenERP) 2014-03-19 14:21:23 +05:30
parent b54833d392
commit abb2da7d43
2 changed files with 2 additions and 1 deletions

View File

@ -30,6 +30,7 @@
},
}),
edit: function () {
$('.popover').remove();
this._super();
var top_nav = _.isNull($('#website-top-navbar').height()) ? 0 : $('#website-top-navbar').height();
var vHeight = $(window).height() - ($('header').height() + top_nav);

View File

@ -48,7 +48,7 @@ $(document).ready(function() {
if (content && discussion){
new openerp.website.blog_discussion({'content' : content});
}
}, 500 );
}, 300 );
}
function newpage() {