Hello,
sometimes I get this “message” or error:
try { alert(null); } catch (e) { alert(‘RJS error:\n\n’ + e.toString());
alert(‘alert(null);’); throw e }.
What does this mean? My app works fine and variables are passed ok. This
time it poped up when I was using form_remote_tag to submit some
selection field values to controller action.
Thanks for your help!