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
{{ message }}
This repository has been archived by the owner on Sep 11, 2020. It is now read-only.
Would be nice if we could use our own decorated alert dialog.. The browser alert tends to lock everything up and may not match well with the medium style editor. A simple alert callback should do the trick.
if (uploadErrors.length > 0) {
alert(uploadErrors.join("\n"));
return;
}
The text was updated successfully, but these errors were encountered:
jcalfee
changed the title
Add confirguable alert callback...
Add configurable alert callback...
Jul 12, 2016
Would be nice if we could use our own decorated alert dialog.. The browser alert tends to lock everything up and may not match well with the medium style editor. A simple alert callback should do the trick.
The text was updated successfully, but these errors were encountered: