Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am andylobban on github.
  • I am andylobban (https://keybase.io/andylobban) on keybase.
  • I have a public key ASCrmLxMMFXdhJa4TDJ1PFNA7yqA9oynwi6JzT9MgRNoggo

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am nonimage on github.
  • I am nonimage (https://keybase.io/nonimage) on keybase.
  • I have a public key whose fingerprint is 7018 6174 6C90 C848 912A 0286 7D9B CAFD B812 0D6C

To claim this, I am signing this object:

<script>
$(window).resize(function() {
var size = window.getComputedStyle(document.body,':after').getPropertyValue('content');
if (size == 'hide') {
$('.secondary').addClass('hide');
$('.menu-link').addClass('hide');
}
if (size == 'show') {
$('.secondary').removeClass('hide');
$('.menu-link').removeClass('hide');