Fix browser support check failure if boot script loaded before body
Fix a false negative in the test for whether the current browser is supported if the Hypothesis boot script is included in the `<head>` of the page (before the `<body>`). In this case `document.body` is `null`.
Showing
Please register or sign in to comment