To change the redirect message I'm changing the _redirectMessage response, example:
Is there a more efficient (or standard if you will) method to do this, or should I continue changing like so?
Code:
e.ajaxData._redirectMessage = "Your username has been changed";
Is there a more efficient (or standard if you will) method to do this, or should I continue changing like so?