/ Published in: JavaScript
Expand |
Embed | Plain Text
window.alert = function (msg) { if (!confirm(msg)) throw new Error('Force Quit'); };
You need to login to post a comment.
window.alert = function (msg) { if (!confirm(msg)) throw new Error('Force Quit'); };
You need to login to post a comment.