Merge pull request #164 from bugkiwi/master
fix aplayer-list listmaxheight bad grammar
This commit is contained in:
commit
67e09f7ab6
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -203,7 +203,7 @@ class APlayer {
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="aplayer-list" ${this.option.listmaxheight ? `style="max-height: ${this.option.listmaxheight}` : ``}">
|
||||
<div class="aplayer-list" ${this.option.listmaxheight ? `style="max-height: ${this.option.listmaxheight}"` : ``}>
|
||||
<ol>`;
|
||||
for (let i = 0; i < this.option.music.length; i++) {
|
||||
eleHTML += `
|
||||
|
|
|
|||
Loading…
Reference in New Issue