Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nick Barry
TinyMCE
Commits
a9accc7b
Commit
a9accc7b
authored
Sep 14, 2010
by
Eric Rasmussen
Browse files
Comment out fontSize=inherit because IE doesnt like inherit and breaks
parent
de7b6642
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/unl/editor_plugin.js
View file @
a9accc7b
...
...
@@ -48,7 +48,7 @@ Unl.hasParentNodeWithClass = function(childNode, parentClass) {
ed
.
onBeforeSetContent
.
add
(
function
(
ed
,
o
)
{
ed
.
dom
.
loadCSS
(
"
http://www.unl.edu/wdn/templates_3.0/css/all.css
"
);
ed
.
getBody
().
className
+=
'
fixed
'
;
ed
.
getBody
().
style
.
fontSize
=
'
inherit
'
;
//
ed.getBody().style.fontSize = 'inherit';
ed
.
getBody
().
parentNode
.
id
=
'
maincontent
'
;
ed
.
getBody
().
parentNode
.
className
=
'
tinyMceEditor
'
;
});
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment