Add share_event JS function

This commit is contained in:
2022-05-01 18:14:02 -05:00
parent a172b1ea21
commit fa5c014a1b
3 changed files with 12 additions and 0 deletions

3
assets/js/share-event.js Normal file
View File

@ -0,0 +1,3 @@
function share_event(service) {
// this function does nothing by default
}