Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@

Open Source, Powerful, and Comprehensive Event Management Platform

### Learn & Connect
[Telegram Public Group](https://t.me/bwh_buzz)
### Stack / Architecture

1. Frappe Framework: The Backend and Admin Interface
Expand Down
1 change: 1 addition & 0 deletions dashboard/src/pages/RegisterInterest.vue
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ const registerResource = createResource({
});

function registerInterest() {
if (window.fbq) window.fbq("track", "AddToCart");
registerResource.submit({
campaign: props.campaign,
});
Expand Down
Loading