Browse Source

Test for truth

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

4
lib/js/modals.js

@ -23,9 +23,7 @@
window.addEventListener('touchend', function (event) {
var modal = getModal(event);
if (!modal) return;
modal.classList.toggle('active');
if (modal) modal.classList.toggle('active');
});
window.addEventListener('click', function (event) {

Loading…
Cancel
Save