Currently to prevent accidentally deleting relationships, a JavaScript confirm dialogue is spawned for the user to click through. However web browsers can block these dialogues if the user clicks a checkbox; this could possibly break the feature.
Replacing this confirm dialogue with a modal window, similar to Github's delete repository confirmation, would both fix this issue and add an extra layer of manual confirmation to the process.
Currently to prevent accidentally deleting relationships, a JavaScript confirm dialogue is spawned for the user to click through. However web browsers can block these dialogues if the user clicks a checkbox; this could possibly break the feature.
Replacing this confirm dialogue with a modal window, similar to Github's delete repository confirmation, would both fix this issue and add an extra layer of manual confirmation to the process.