Skip to content
This repository has been archived by the owner on Sep 11, 2020. It is now read-only.

Add configurable alert callback... #350

Closed
jcalfee opened this issue Jul 12, 2016 · 0 comments
Closed

Add configurable alert callback... #350

jcalfee opened this issue Jul 12, 2016 · 0 comments

Comments

@jcalfee
Copy link

jcalfee commented 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.

        if (uploadErrors.length > 0) {
            alert(uploadErrors.join("\n"));
            return;
        }

image

@jcalfee jcalfee changed the title Add confirguable alert callback... Add configurable alert callback... Jul 12, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants