Browse Source

remove autofocus

Owen Versteeg 9 years ago
parent
commit
41aa8cd17e
1 changed files with 2 additions and 2 deletions
  1. 2 2
      index.html

+ 2 - 2
index.html

@@ -245,7 +245,7 @@
 .timeismoney h3.fancy {
 .timeismoney h3.fancy {
 				line-height: 0.5;
 				line-height: 0.5;
 			}
 			}
-				
+
 				.timeholder {
 				.timeholder {
 					box-shadow: 0 0 0 0;
 					box-shadow: 0 0 0 0;
 				}
 				}
@@ -445,7 +445,7 @@
 
 
 			<div class="timepicker">
 			<div class="timepicker">
 				<!-- the this.value fuckery is to set the cursor to the end of the textbox -->
 				<!-- the this.value fuckery is to set the cursor to the end of the textbox -->
-				<div><input type="number" value=0 class="notinyfonts" min=0 id="hourinput"> <h3 id="hourh3" class="notinyfonts">hours</h3> </div>&nbsp;<div><input type="number" class="notinyfonts" value=20 min=0 max=59 id="minuteinput" autofocus onfocus="this.value = this.value"> <h3 id="minute3" class="notinyfonts">minutes</h3></div>
+				<div><input type="number" value=0 class="notinyfonts" min=0 id="hourinput"> <h3 id="hourh3" class="notinyfonts">hours</h3> </div>&nbsp;<div><input type="number" class="notinyfonts" value=20 min=0 max=59 id="minuteinput" onfocus="this.value = this.value"> <h3 id="minute3" class="notinyfonts">minutes</h3></div>
 			</div>
 			</div>