I’m using EE 2.2.2 and the spell checking isn’t working. I get this JS error:
function SP_suggestionMenu(suggestions, id)
{
words = suggestions.split(",");
...index.php:1997
TypeError: ‘undefined’ is not an object (evaluating ‘suggestions.split’)
TTFN
Travis