I'm trying to change the css of a loading via javascript.
The element is as display:none
and when I submit change this element to display:block
and it appears on the screen.
The issue is that when tested in Mac Safari it just does not work, I've tried changing the class, among other attempts, but it does not work.
Has anyone ever been through this?
Here is the snippet of the code in question: link
Thank you in advance.