Skip to content

Commit

Permalink
emmm
Browse files Browse the repository at this point in the history
  • Loading branch information
yisar committed Jul 7, 2024
1 parent f263f92 commit 10c6de6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions docs/eplayer.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ class Eplayer extends HTMLElement {
if (this.live) {
this.$('.progress').style.display = 'none'
this.$('.time').style.display = 'none'
}else{
this.$('.progress').style.display = 'block'
this.$('.time').style.display = 'inline-block'
}
}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eplayer",
"version": "1.5.14",
"version": "1.5.15",
"description": "A web-components html5 video player facing future",
"main": "./docs/eplayer.js",
"module": "./docs/eplayer.js",
Expand Down

0 comments on commit 10c6de6

Please sign in to comment.