Hello everyone!
I installed FCKeditor 2.6.4 onto mediwiki 1.4, and it works fine, except for one problem. When ever someone edits a page, if the editor is enabled it adds the following into the page at the top:
If you disable the editor and delete it out of the page, it works fine, just a bit annoying. Any idea whats going on? Google has failed me on this one and I havent been able to track down this function in any of the FCKeditor files.
I installed FCKeditor 2.6.4 onto mediwiki 1.4, and it works fine, except for one problem. When ever someone edits a page, if the editor is enabled it adds the following into the page at the top:
<script type='text/javascript'> function toggleExpandable(id) { var heading = document.getElementById('expandable-heading-'+id); var content = document.getElementById('expandable-content-'+id); if (content.style.display == 'none') content.style.display = ''; else content.style.display = 'none'; this.parent.focus(); } </script>
If you disable the editor and delete it out of the page, it works fine, just a bit annoying. Any idea whats going on? Google has failed me on this one and I havent been able to track down this function in any of the FCKeditor files.
Re: Javascript Error
I have tracked down the error, its coming from another extension im running, the Table Expand extension, found here:
http://www.mediawiki.org/wiki/Extension ... ble_tables
LocalSettings.php has an include for a single file to make tables expandable, the code doing this is: