Hi I was trying out user registration 1.5beta1 on a local testing environment and when I go to Forms -> user Registration -> New Feed -> Action - >(choose an action) the next dropdown fails to appear. (I can see it in developer tools but the jQuery is not kicking in.
The two JavaScripterrors I get are
1. Uncaught SyntaxError: Unexpected token < admin.php line 406 which is '<div id='error'>'
2. (once the action is chosen) Uncaught ReferenceError: setFeedType is not defined admin.php line 242 '<select id="feed_type" name="feed_type" onchange="setFeedType(this);">'
Any idea what is causing this?
Regards
Antony