This commit is contained in:
Joseph Hutchinson
2018-03-26 14:05:00 -04:00
parent 3e151b1311
commit 7ade0c98b5

8
static/js/core.js Normal file
View File

@@ -0,0 +1,8 @@
function cardPressed() {
this.classList.add('card-link-wrapper-active');
}
function cardReleased() {
this.classList.remove('card-link-wrapper-active');
}