Skip to content

Instantly share code, notes, and snippets.

@MoOx
Created October 21, 2013 15:58
Show Gist options
  • Save MoOx/7086289 to your computer and use it in GitHub Desktop.
Save MoOx/7086289 to your computer and use it in GitHub Desktop.
JQUERY WTF ?
<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