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

Commits on Feb 17, 2021

  1. Fixing some Ajax calls not completing

    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>
    LuukBosma committed Feb 17, 2021
    Configuration menu
    Copy the full SHA
    cd827e7 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2021

  1. Configuration menu
    Copy the full SHA
    1b26c8f View commit details
    Browse the repository at this point in the history
  2. 1.2.4

    CodeByZach committed Mar 3, 2021
    Configuration menu
    Copy the full SHA
    9402cea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5ba323c View commit details
    Browse the repository at this point in the history