hidden jot in "display" to allow reshare
This commit is contained in:
parent
8480550144
commit
ed38808aae
3 changed files with 16 additions and 3 deletions
|
@ -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);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue