Skip to content

Instantly share code, notes, and snippets.

@Radagaisus
Created March 6, 2015 19:14
Show Gist options
  • Save Radagaisus/3d28bedb948a6ab0d285 to your computer and use it in GitHub Desktop.
Save Radagaisus/3d28bedb948a6ab0d285 to your computer and use it in GitHub Desktop.
Minimize the Captain Up HUD
// Asynchronous wrapper around Captain Up, similar to jQuery's DOM ready. Place this
// snippet on every page where you want the HUD to start in minimized state. Place it
// below the Captain Up script embed snippet in your HTML. The code will run immediately
// after Captain Up finished loading.
captain.up(function() {
// Minimizes the HUD, instantly.
captain.hud.minimize({instantly: true});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment