This commit is contained in:
parent
9c05f37c0f
commit
9279840860
@ -36,7 +36,7 @@
|
|||||||
display: inherit;
|
display: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
#profile-jot-text:focus {
|
#profile-jot-text.jot-expanded {
|
||||||
resize: vertical;
|
resize: vertical;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -26,6 +26,7 @@ function initEditor(cb){
|
|||||||
'transition' : 'elastic'
|
'transition' : 'elastic'
|
||||||
});
|
});
|
||||||
$(".jothidden").show();
|
$(".jothidden").show();
|
||||||
|
$("#profile-jot-text").addClass('jot-expanded');
|
||||||
if (typeof cb!="undefined") cb();
|
if (typeof cb!="undefined") cb();
|
||||||
if(pretext.length)
|
if(pretext.length)
|
||||||
addeditortext(pretext);
|
addeditortext(pretext);
|
||||||
|
Reference in New Issue
Block a user