do_stop_exit.js 80 B

123
  1. function do_stop_exit() {
  2. window.onbeforeunload = function(){ return ''; }
  3. }