Skip to content

Instantly share code, notes, and snippets.

@kwhinnery
Created July 7, 2009 14:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kwhinnery/142112 to your computer and use it in GitHub Desktop.
Save kwhinnery/142112 to your computer and use it in GitHub Desktop.
//Wire up buttons to save/recall
$("#store").click(function() {
storeLogin();
});
$("#recall").click(function() {
recallLogin();
});
//recall any saved login information and show UI
recallLogin();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment