diladele / dnssafety

DNS Safety is simple and fast DNS filtering server for your local network
https://www.diladele.com/dnssafety/
29 stars 8 forks source link

UI: ajax does not work correctly in Edge, dashboard looks ugly #369

Closed ra-at-diladele-com closed 5 years ago

ra-at-diladele-com commented 5 years ago

Seems the fetch.then promise call is never called in Edge. The fetch completes correctly and we get the JSON with data from server but we never fill in the vues objects and thus it stays non filled/ugly.

Shall we redo the fetch/then logic? It should not be very hard.

ra-at-diladele-com commented 5 years ago

Replaced fetch back to $.ajax