MahdiF / taptaptap

🕹 Open Source Javascript Game
https://mahdif.github.io/taptaptap/
MIT License
164 stars 40 forks source link

ReferenceError: ga is not defined #4

Closed prog1dev closed 6 years ago

prog1dev commented 6 years ago

Circles don't change position on successful hit. In other words sub-level doesnt change

Error in console:

habibiScript.js:455 Uncaught ReferenceError: ga is not defined

Here is a screenshot

Browser: Chrome 64.0.3282.119

Works fine in Safari 11.0.3

MahdiF commented 6 years ago

This is happening because your browser is blocking Google analytics and I call a function to record the events when a circle is being clicked. I've just removed that function, and the game should work fine now. Please let me know if it's still not working

prog1dev commented 6 years ago

it's working now 👍