Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixing some Ajax calls not completing #518

Merged
merged 4 commits into from Mar 3, 2021
Merged

Fixing some Ajax calls not completing #518

merged 4 commits into from Mar 3, 2021

Conversation

CodeByZach
Copy link
Owner

No description provided.

LuukBosma and others added 4 commits February 17, 2021 14:26
obj["on" + event] was overwritten also when addEventListener was available.
Now adding an event fallback when addEventListener is unavailable.
The original event (when available) is first added to the list, and then one or more callbacks are added.

Fixes #509

Signed-off-by: Luuk Bosma <l.bosma@interay.com>
@CodeByZach CodeByZach linked an issue Mar 3, 2021 that may be closed by this pull request
@CodeByZach CodeByZach merged commit f791042 into master Mar 3, 2021
@CodeByZach CodeByZach deleted the 514 branch March 3, 2021 04:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Updating v1.0.2 to v.1.2.3 - Some Ajax calls not completing
2 participants