TailorDev / crick

📊 Crick is a backend for the Watson time-tracker.
https://app.crick.io/
MIT License
229 stars 16 forks source link

[web] Loading spinner never disappear on Microsoft Edge #102

Closed Authfix closed 7 years ago

Authfix commented 7 years ago

On Microsoft Edge, when we try to navigate to a project page, the loading spinner never disappear.

In the console we can see the following error

SCRIPT5009: 'URLSearchParams' is undefined utils.js (5,3)

loading

willdurand commented 7 years ago

Oh well. I thought we had a polyfill for that. Looks like nope...

willdurand commented 7 years ago

Pushed a fix right now, I have confirmed the bug on Edge 14 and fixed it.