window.alert = function (msg) {
if (!confirm(msg)) throw new Error('Force Quit');
};
alert with Force Quit
Category: Uncategorized |
Tags: js
Leave a Reply
You must be logged in to post a comment.