Skip to content

Instantly share code, notes, and snippets.

@stefanschmidt
Last active August 29, 2015 14:02
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 stefanschmidt/f680decb4ed328e18950 to your computer and use it in GitHub Desktop.
Save stefanschmidt/f680decb4ed328e18950 to your computer and use it in GitHub Desktop.
Hide annoying MathJax progress indicator
/* supposingly a more proper way would be to configure the showProcessingMessages option*/
/* for use with e.g. http://code.grid.in.th */
div#MathJax_Message {
display: none !important;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment