You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var success = function() { alert("Success"); }; // Do something on success return.
var error = function(message) { alert("Oopsie! " + message); }; // Do something on error return.
How Can I call success function?
success = function() { alert("Success"); };
The text was updated successfully, but these errors were encountered: