Skip to content

Instantly share code, notes, and snippets.

View sta1r's full-sized avatar

Alastair Mucklow sta1r

  • Dotdigital
  • Croydon
View GitHub Profile
switch (e.which || e.keyCode) {
case 71:
var gw = document.getElementById('gridsetoverlaywrap');
if (!gw) gs.show();
else gs.remove(gw);
gs.prevent(e);
break;