Created
October 21, 2013 15:58
-
-
Save MoOx/7086289 to your computer and use it in GitHub Desktop.
JQUERY WTF ?
This file contains hidden or 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
<html> | |
<body> | |
<center>You are now logged out. Please close this window.</close> | |
<script src="http://codeorigin.jquery.com/jquery-1.10.2.min.js"></script> | |
<script> | |
window.close(); | |
</script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment