Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save machouinard/83d5101f755cefc361035f531f0326db to your computer and use it in GitHub Desktop.
Save machouinard/83d5101f755cefc361035f531f0326db to your computer and use it in GitHub Desktop.
Simulate click to expose Metar on AWFN plugin
setTimeout( function() {
jQuery('section#metar').trigger('click');
}, 1000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment