Skip to content

Instantly share code, notes, and snippets.

@benlangfeld
Created December 15, 2010 16:04
Show Gist options
  • Select an option

  • Save benlangfeld/742155 to your computer and use it in GitHub Desktop.

Select an option

Save benlangfeld/742155 to your computer and use it in GitHub Desktop.
function UpdateQuestions() {
console.log("Updating Questions...");
}
$(function() {
console.log("Should update questions now");
UpdateQuestions();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment