Skip to content

Use el.parentNode.removeChild(el) instead of el.remove() for IE < 11#21

Merged
Fetz merged 1 commit intoMailOnline:masterfrom
dunght160387:patch-1
Oct 26, 2016
Merged

Use el.parentNode.removeChild(el) instead of el.remove() for IE < 11#21
Fetz merged 1 commit intoMailOnline:masterfrom
dunght160387:patch-1

Conversation

@dunght160387
Copy link
Copy Markdown
Contributor

From issue 20.

Please merge this patch if you feel happy. Thanks much.

@Fetz
Copy link
Copy Markdown
Contributor

Fetz commented Oct 26, 2016

👍

iq-dot pushed a commit to iq-dot/VPAIDHTML5Client that referenced this pull request Jul 28, 2017
* removed playlist file | when no videos returned, returns empty array rather than predefined playlist

* Some linting: using const rather than let where variable is not reassigned | deleted some unused variables

* player should only render when videos are returned

* console logging when no videos are found | Call for videos is made in constructor on initial state

* Added isLoading param to state, which turns to false after video is loaded via setVideos

* removed conditional rendering, for now.

* video doesn't display when loading, and player dismounts if no video loaded

* removed this.state.noVideos | removed skipcache=true from endpoint

* Now getting videos in App rather than player

* HandleScroll only running if video is loaded

* minor changes: replaced uat with api, change in handleScroll function, passing container as prop to Player
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.

2 participants