1
0
Fork 0

hidden jot in "display" to allow reshare

This commit is contained in:
Fabio Comuni 2012-02-10 17:30:22 +01:00
commit ed38808aae
3 changed files with 16 additions and 3 deletions

View file

@ -215,6 +215,9 @@ function enableOnUser(){
initEditor(function(){
addeditortext(data);
$('#like-rotator-' + id).hide();
if ($('#jot-popup').length != 0){
$('#jot-popup').show();
}
$(window).scrollTop(0);
});