Browse Source

Run grunt.

[ci skip]
pull/479/head
XhmikosR 9 years ago
parent
commit
9021f88125
  1. 2
      dist/js/ratchet.js
  2. 2
      dist/js/ratchet.min.js
  3. 2
      docs/dist/js/ratchet.js
  4. 2
      docs/dist/js/ratchet.min.js

2
dist/js/ratchet.js vendored

@ -113,8 +113,8 @@
}
modal.dispatchEvent(eventToDispatch);
modal.classList.toggle('active');
event.preventDefault(); // prevents rewriting url (apps can still use hash values in url)
}
event.preventDefault(); // prevents rewriting url (apps can still use hash values in url)
});
}());

2
dist/js/ratchet.min.js vendored

File diff suppressed because one or more lines are too long

2
docs/dist/js/ratchet.js vendored

@ -113,8 +113,8 @@
}
modal.dispatchEvent(eventToDispatch);
modal.classList.toggle('active');
event.preventDefault(); // prevents rewriting url (apps can still use hash values in url)
}
event.preventDefault(); // prevents rewriting url (apps can still use hash values in url)
});
}());

2
docs/dist/js/ratchet.min.js vendored

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save