summaryrefslogtreecommitdiffstats
path: root/askbot/setup_templates
diff options
context:
space:
mode:
authorAdolfo Fitoria <adolfo.fitoria@gmail.com>2012-08-29 14:19:35 -0600
committerAdolfo Fitoria <adolfo.fitoria@gmail.com>2012-08-29 14:19:35 -0600
commit73daf2e633102594401295c353437f0de1a0e4d2 (patch)
tree5934a70a665923be22a8b5edfbc300e1dd24ac00 /askbot/setup_templates
parentaff092d437f25dacf81747b8436a6f07d0ef902a (diff)
downloadaskbot-73daf2e633102594401295c353437f0de1a0e4d2.tar.gz
askbot-73daf2e633102594401295c353437f0de1a0e4d2.tar.bz2
askbot-73daf2e633102594401295c353437f0de1a0e4d2.zip
made tinymce work on the widgets
Diffstat (limited to 'askbot/setup_templates')
-rw-r--r--askbot/setup_templates/settings.py1
-rw-r--r--askbot/setup_templates/tinymce_sample_config.py1
2 files changed, 0 insertions, 2 deletions
diff --git a/askbot/setup_templates/settings.py b/askbot/setup_templates/settings.py
index 71f49505..d0cb6e2d 100644
--- a/askbot/setup_templates/settings.py
+++ b/askbot/setup_templates/settings.py
@@ -255,6 +255,5 @@ TINYMCE_DEFAULT_CONFIG = {
'theme_advanced_resizing': True,
'theme_advanced_resize_horizontal': False,
'theme_advanced_statusbar_location': 'bottom',
- 'width': '723',
'height': '250'
}
diff --git a/askbot/setup_templates/tinymce_sample_config.py b/askbot/setup_templates/tinymce_sample_config.py
index c75170b0..d3ac1d12 100644
--- a/askbot/setup_templates/tinymce_sample_config.py
+++ b/askbot/setup_templates/tinymce_sample_config.py
@@ -21,6 +21,5 @@ TINYMCE_DEFAULT_CONFIG = {
'theme_advanced_resizing': True,
'theme_advanced_resize_horizontal': False,
'theme_advanced_statusbar_location': 'bottom',
- 'width': '723',
'height': '250'
}