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 Feb 13, 2021. It is now read-only.
showAlert({title: 'Alert Message Title',message: 'Alert Message Contents. <strong>Can contain HTML!</strong>',action: function(){// Called when user presses "OK".},// `action` can also be an Event instance, which will be dispatched// when the user presses OK. In this case, the user will join the wait// list after pressing OK.action: newDJEvent(DJEvent.JOIN),// When `forceAction` is true, the action handler will be executed even// if the user closes the alert without pressing OK.forceAction: false})