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

[BUGFIX beta] Fix cleanup #14159

Merged
merged 2 commits into from
Aug 30, 2016
Merged

[BUGFIX beta] Fix cleanup #14159

merged 2 commits into from
Aug 30, 2016

Commits on Aug 30, 2016

  1. [BUGFIX beta] Fix cleanup

    krisselden committed Aug 30, 2016
    Configuration menu
    Copy the full SHA
    5aa5875 View commit details
    Browse the repository at this point in the history
  2. Fix issue with document.contains on IE.

    `document.contains` does not exist in Internet Explorer (tested in IE9,
    IE10, and IE11), but `document.body.contains` does.
    
    Since `document.body.contains` works just fine for our purposes (we
    don't need to check if `document.head` contains the element), we can
    just use that.
    Robert Jackson committed Aug 30, 2016
    Configuration menu
    Copy the full SHA
    08803e3 View commit details
    Browse the repository at this point in the history