Files
aether/static/js/core.js
2018-03-27 15:28:14 -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');
}