The UnFormat plugin tries to use 'UnFormat' as the name for it's toolbar object, after registering it as 'unformat'. Since JavaScript is case-sensitive, this fails.
Suggested fix: line 40 of UnFormat.js:
this.editor._toolbarObjects.unformat.state("enabled", false);
The UnFormat plugin tries to use 'UnFormat' as the name for it's toolbar object, after registering it as 'unformat'. Since JavaScript is case-sensitive, this fails.
Suggested fix: line 40 of UnFormat.js: this.editor._toolbarObjects.unformat.state("enabled", false);
Reported by guest, migrated from http://trac.xinha.org/ticket/1545