Files
aether/static/js/core.js
Joseph Hutchinson 7ade0c98b5 Add js
2018-03-26 14:05:00 -04:00

8 lines
163 B
JavaScript

function cardPressed() {
this.classList.add('card-link-wrapper-active');
}
function cardReleased() {
this.classList.remove('card-link-wrapper-active');
}