Created
December 18, 2008 16:21
-
-
Save heidmotron/37545 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// since it's synchronous it waits till the request is finished before the window closes | |
window.onbeforeunload = function() { | |
new Ajax.Request('/', {method: 'get', asynchronous: false}) | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment