Load tinyMCE on post editor only if needed.
This commit is contained in:
parent
11d1d309c2
commit
7a069c1438
5 changed files with 98 additions and 67 deletions
|
@ -1483,6 +1483,13 @@ input#dfrn-url {
|
|||
width: 180px;
|
||||
}
|
||||
|
||||
#profile-jot-text {
|
||||
height: 20px;
|
||||
color:#cccccc;
|
||||
border: 1px solid #cccccc;
|
||||
}
|
||||
|
||||
|
||||
/** acl **/
|
||||
|
||||
#profile-jot-acl-wrapper{
|
||||
|
|
|
@ -1561,6 +1561,13 @@ padding: 5px 10px 0px;
|
|||
overflow: auto;
|
||||
}
|
||||
|
||||
#profile-jot-text {
|
||||
height: 20px;
|
||||
color:#cccccc;
|
||||
border: 1px solid #cccccc;
|
||||
}
|
||||
|
||||
|
||||
/** acl **/
|
||||
#profile-jot-acl-wrapper{
|
||||
display:block!important;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue