Skip to content

Commit

Permalink
@forbesjo fixed errorDisplay erroring on subsequent openings. closes #…
Browse files Browse the repository at this point in the history
  • Loading branch information
jforbes authored and gkatsev committed Jan 8, 2016
1 parent 0f219b1 commit b84be55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ CHANGELOG
* @misteroneill exposed createEl on videojs ([view](https://github.com/videojs/video.js/pull/2926))
* @huitsing updated docstrings for autoplay and loop methods ([view](https://github.com/videojs/video.js/pull/2960))
* @rcrooks fixed some broken links in guides ([view](https://github.com/videojs/video.js/pull/2965))
* @forbesjo fixed errorDisplay erroring on subsequent openings ([view](https://github.com/videojs/video.js/pull/2966))

--------------------

Expand Down
1 change: 1 addition & 0 deletions src/js/error-display.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ class ErrorDisplay extends ModalDialog {

ErrorDisplay.prototype.options_ = mergeOptions(ModalDialog.prototype.options_, {
fillAlways: true,
temporary: false,
uncloseable: true
});

Expand Down

0 comments on commit b84be55

Please sign in to comment.