(2014-10-11, 01:51 AM)martec Wrote: https://github.com/martec/quickadveditor...editor.php (this for normal version) (last edit in 5 day ago)
It doesn't work in Opera for me.
The following:
\$(\'#message\').height({\$mybb->settings[\'whatever\']}+\'px\');
Needs to be:
\$(\'#message\').height(\'{\$mybb->settings[\'whatever\']}px\');