fixed users without playback access being able to click play chapters
This commit is contained in:
parent
0b736d68b5
commit
54417bdc37
3 changed files with 41 additions and 33 deletions
|
@ -469,10 +469,10 @@
|
|||
|
||||
<div data-role="content">
|
||||
<form class="popupConfirmDeleteForm">
|
||||
<p>The following file location <strong style='color: red;'>will be deleted</strong>:</p>
|
||||
<p>The following <strong style='color: red;'>file location will be deleted</strong>:</p>
|
||||
<p class="deletePath"></p>
|
||||
|
||||
<p>If you wish to continue, please confirm by entering the value of <span id="challengeValueText"></span></p>
|
||||
<p>If you wish to continue, please confirm by entering the value of <span id="challengeValueText" style="font-weight: bold;"></span></p>
|
||||
|
||||
<p>
|
||||
<input type="number" id="txtDeleteTest" data-mini="true" pattern="[0-9]*" required="required" />
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue