Browse Source

Not required

pull/135/head
Ben Schwarz 12 years ago
parent
commit
1a51645c33
  1. 1
      lib/js/modals.js

1
lib/js/modals.js

@ -30,7 +30,6 @@
var modal = getModal(event);
if (!modal) return;
modal.offsetHeight;
modal.classList.toggle('active');
});

Loading…
Cancel
Save