Well, I have pages that send asynchronous requests, but when interrupted they issue an alert [Object Object].
This is a bit of a problem as it appears while the server is directing to the page (like the one the client chose).
Is there a way this does not happen?
I think it's because I expect a return using dataType
, (AJAX + JQuery), but that I could not change.