Bug: can't Stark work because of fbq is not defined facebook tracking
Open
- 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**

So currently not one can submit work but if I run that function without the track missing function it works!
Contributor guide
Assessment
This issue has not been assessed yet.