The Remove an Account button in the facebook dashboard works if one is logged in as an Admin but doesn't work if a normal user is logged in. It is because, code in function at line 281 in _thinkup.js_ isn't executing in user mode and so the click event handler is not being attached to the button.
The Remove an Account button in the facebook dashboard works if one is logged in as an Admin but doesn't work if a normal user is logged in. It is because, code in function at line 281 in _thinkup.js_ isn't executing in user mode and so the click event handler is not being attached to the button.