Comment 14 for bug 530656

Revision history for this message
Melissa Newman (melissa-l) wrote :

Solution to this bug:

File: lib/web.php
Line: 110, add "fullscreen" to the end of the line.
Orig:
"bold,italic,underline,strikethrough,separator,forecolor,backcolor,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,hr,emotions,image,spellchecker,cleanup,separator,link,unlink,separator,code",
New:
"bold,italic,underline,strikethrough,separator,forecolor,backcolor,separator,justifyleft,justifycenter,justifyright,justifyfull,separator,hr,emotions,image,spellchecker,cleanup,separator,link,unlink,separator,code,fullscreen",

Line: 123
Orig:
    plugins: "table,emotions,spellchecker,inlinepopups,paste",
New:
    plugins: "table,emotions,spellchecker,inlinepopups,paste,fullscreen",