Skip to content

Instantly share code, notes, and snippets.

@zachwill
Created October 1, 2011 05:10
Show Gist options
  • Select an option

  • Save zachwill/1255631 to your computer and use it in GitHub Desktop.

Select an option

Save zachwill/1255631 to your computer and use it in GitHub Desktop.
$(document).ready(function() {
var location = /#wifi/i;
if (location.exec(window.location.href)) {
initialize();
} else {
$('.goMap').click(function(e) {
initialize();
});
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment