In post.php how can I remove onbeforeunload?

I just used this code:

$(".button").mousedown(function(){$(window).unbind();});