Skip to content

Instantly share code, notes, and snippets.

@alexmangini
Created February 12, 2015 21:17
Show Gist options
  • Save alexmangini/3440b96975d0571749d4 to your computer and use it in GitHub Desktop.
Save alexmangini/3440b96975d0571749d4 to your computer and use it in GitHub Desktop.
( function() {
document.getElementById( 'md_no_sidebar' ).onchange = function( e ) {
document.getElementById( 'md_custom_sidebar_option' ).style.display = this.checked ? 'none' : 'block';
}
} )();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment