We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 63ac369 commit f036cddCopy full SHA for f036cdd
1 file changed
src/components/error-display/error-display.js
@@ -29,17 +29,6 @@ class CldErrorDisplay extends ErrorDisplay {
29
e.preventDefault();
30
this.player().trigger(PLAYER_EVENT.REFRESH);
31
};
32
- } else {
33
- const retryButton = videojs.dom.createEl('button', {
34
- className: 'cld-error-refresh',
35
- type: 'button'
36
- }, {}, this.localize('Try Again'));
37
-
38
- retryButton.onclick = () => {
39
- this.player().trigger(PLAYER_EVENT.REFRESH);
40
- };
41
42
- wrapper.appendChild(retryButton);
43
}
44
return wrapper;
45
0 commit comments