Skip to content

Commit 7842491

Browse files
Update index.html
Adding code to check current order status and prevent logging of previously logged tapes.
1 parent 613b4d7 commit 7842491

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

index.html

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,12 @@ <h1 class="" id="stop-timer">10:00</h1><input type="button" class="timer-button
117117

118118
<label for="notes-only" class="col-3">Log Notes Only:</label>
119119
<input type="checkbox" id="notes-only" name="notes-only" class="col-1 resetAble move-left" autocomplete="off">
120+
<label for="notes-only" class="col-3 resetable" id="logged-text" style="width:auto"></label>
120121
</div>
121122

122123
<div class="row">
123124
<label for="billing-notes" class="col-3">Notes:</label>
124-
<select name="billing-notes" id="billing-notes" class="video-notes-field masked col-9 resetAble" style="width: auto">
125+
<select name="billing-notes" id="billing-notes" class="video-notes-field masked col-9 resetAble pulled-detail" style="width: auto">
125126
<option value="" selected>None</option>
126127
<option value="Blank Tape">Blank</option>
127128
<option value="Copyright">Copyright</option>
@@ -134,6 +135,7 @@ <h1 class="" id="stop-timer">10:00</h1><input type="button" class="timer-button
134135
<div class="row">
135136
<span class="col-3"></span>
136137
<input type="submit" value="Submit" class="col-2">
138+
<input style="margin-left:5px; width:auto" type="button" id="progress-btn" value="Order Progress" class="col-2">
137139
</div>
138140

139141
<div class="row">
@@ -149,7 +151,7 @@ <h1 class="" id="stop-timer">10:00</h1><input type="button" class="timer-button
149151
</form>
150152

151153
<div class="row" id="version-num">
152-
<p>v2.3</p>
154+
<p>v2.3.1</p>
153155
</div>
154156

155157
</div>

0 commit comments

Comments
 (0)