jQuery confirm function going idle (Throbber)
Hi,
I'm having some troubles with my PM/PR, when the user click the button, a confirm appears and it takes 30 seconds to be operative. (Throbber for 30 secs, normally should take 5 or less).
As you can see in the picture above, the confirm is not operative until the throbber dissapear.
It takes 34.57 seconds to be "operative".
Basically I want to make something like a confirm() with jQuery using jQuery confirm https://craftpip.github.io/jquery-confirm/ ,if the user click "Si", my PR will return a "Continue" to PM and then it goes to the Applet Server Script like return "ContinueOperation", if the user click "No" my PR will do the same but returning a "CancelOperation".