Skip to content

Commit a270c28

Browse files
Update index.html
Fixed Reset Button so it doesn't clear out the billing notes.
1 parent 7842491 commit a270c28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ <h1 class="" id="stop-timer">10:00</h1><input type="button" class="timer-button
122122

123123
<div class="row">
124124
<label for="billing-notes" class="col-3">Notes:</label>
125-
<select name="billing-notes" id="billing-notes" class="video-notes-field masked col-9 resetAble pulled-detail" style="width: auto">
125+
<select name="billing-notes" id="billing-notes" class="video-notes-field masked col-9 resetAble" style="width: auto">
126126
<option value="" selected>None</option>
127127
<option value="Blank Tape">Blank</option>
128128
<option value="Copyright">Copyright</option>
@@ -151,7 +151,7 @@ <h1 class="" id="stop-timer">10:00</h1><input type="button" class="timer-button
151151
</form>
152152

153153
<div class="row" id="version-num">
154-
<p>v2.3.1</p>
154+
<p>v2.3.2</p>
155155
</div>
156156

157157
</div>

0 commit comments

Comments
 (0)