You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When updating itself sometimes there will be a couple of popup messages and it seems like the program is fetching the data and commit hashes a couple of times.
Edit : The source of this problem is the waitForJqeury function. For some reason it doesn't stop checking if jquery is loaded after it called the callback method.
The text was updated successfully, but these errors were encountered:
Fixed in commit 8426162.
Fixed it by calling clearTimeout() before calling the callback method of waitForJquery.
I think that this interfere with any timeouts created before this method so we should take this into considiration.
Never mind, the problem is that even after jquery is loaded and the callback method is called, waitForJquery still checks if jquery is loaded and calls the callback method again.
When updating itself sometimes there will be a couple of popup messages and it seems like the program is fetching the data and commit hashes a couple of times.
Edit : The source of this problem is the waitForJqeury function. For some reason it doesn't stop checking if jquery is loaded after it called the callback method.
The text was updated successfully, but these errors were encountered: