File tree Expand file tree Collapse file tree 1 file changed +9
-2
lines changed
Expand file tree Collapse file tree 1 file changed +9
-2
lines changed Original file line number Diff line number Diff line change 2222
2323< script src ="
https://cdn.jsdelivr.net/npm/[email protected] /dist/sweetalert2.all.min.js "
> </ script > 2424< link rel ="
stylesheet "
href ="
https://cdn.jsdelivr.net/npm/@sweetalert2/[email protected] /dark.min.css "
> 25+ < script src ="JQColor.js "> </ script >
2526
2627
2728
5758
5859 <!-- Custom styles for this template -->
5960 < link href ="stylesheet.css " rel ="stylesheet " type ="text/css ">
61+ < link rel ="stylesheet " href ="https://use.fontawesome.com/releases/v5.7.0/css/all.css " integrity ="sha384-lZN37f5QGtY3VHgisS14W3ExzMWZxybE1SJSEsQp9S+oqd12jhcu+A56Ebc1zFSJ " crossorigin ="anonymous ">
62+
6063
6164 </ head >
6265
@@ -100,7 +103,11 @@ <h2>A/V Logger</h2>
100103
101104 < div class ="row ">
102105 < label for ="stop-time " class ="col-3 "> Video Stopped:</ label >
103- < input type ="timecode " id ="stop-time " name ="stop-time " class ="col-9 resetAble " value ="" placeholder ="XX:XX:XX " autocomplete ="off ">
106+ <!-- <input type="timecode" id="stop-time" name="stop-time" class="col-9 resetAble" value="" placeholder="XX:XX:XX" autocomplete="off"> -->
107+ < input type ="button " id ="stop-timer-button " value ="Stop Timer " class ="col-3 ">
108+ < div class ="col-9 " id ="stop-timer-div " style ="display: none ">
109+ < h1 class ="" id ="stop-timer "> 10:00</ h1 > < input type ="button " class ="timer-button fa fa-input " id ="stop-button " value =" "> < input type ="button " class ="timer-button fa fa-input " id ="restart-button " value =" ">
110+ </ div >
104111 </ div >
105112
106113 < div class ="row ">
@@ -141,7 +148,7 @@ <h2>A/V Logger</h2>
141148 </ form >
142149
143150 < div class ="row " id ="version-num ">
144- < p > v2.0.2 </ p >
151+ < p > v2.1.0 </ p >
145152 </ div >
146153
147154 </ div >
You can’t perform that action at this time.
0 commit comments