gitcoinco / gitcoinco/web

Bug: can't Stark work because of fbq is not defined facebook tracking

Open
#6,625 12 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
1.8k
Forks
776
PR merge metrics
No merged PRs in 30d

Description

Bug:
this is not defined somehow
` fbq('trackCustom', 'Start Work');
`
```
var add_interest = function(bounty_pk, data) {
if (document.interested) {
return;
}
fbq('trackCustom', 'Start Work');
return mutate_interest(bounty_pk, 'new', data);
};
```

**Additional context**
![image](https://user-images.githubusercontent.com/12363020/81479591-a5af8980-9213-11ea-87d6-67a1da78a643.png)

So currently not one can submit work but if I run that function without the track missing function it works!

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.