Add js
This commit is contained in:
8
static/js/core.js
Normal file
8
static/js/core.js
Normal file
@@ -0,0 +1,8 @@
|
||||
|
||||
function cardPressed() {
|
||||
this.classList.add('card-link-wrapper-active');
|
||||
}
|
||||
|
||||
function cardReleased() {
|
||||
this.classList.remove('card-link-wrapper-active');
|
||||
}
|
||||
Reference in New Issue
Block a user