diff options
| -rw-r--r-- | chimere/widgets.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/chimere/widgets.py b/chimere/widgets.py index 9bbe0d9..a096cde 100644 --- a/chimere/widgets.py +++ b/chimere/widgets.py @@ -155,9 +155,7 @@ tinyMCE.init({ relative_urls : false, theme_advanced_buttons1 : "bold,italic,underline,strikethrough,separator,bullist,numlist,separator,hr,separator,link", theme_advanced_buttons2 : "", - theme_advanced_buttons3 : "", - width : "250", - height: "75" + theme_advanced_buttons3 : "" });</script> """ return mark_safe(rendered) |
