Bläddra i källkod

Fixed default number of records

Ahmed Haque 8 år sedan
förälder
incheckning
dc89a9c44f
1 ändrade filer med 2 tillägg och 1 borttagningar
  1. 2
    1
      NYTExample.html

+ 2
- 1
NYTExample.html Visa fil

@@ -48,7 +48,8 @@
48 48
 					    <label for="pwd">Number of Records to Retrieve:</label>
49 49
 						<select class="form-control" id="numRecordsSelect">
50 50
 							<option value=1>1</option>
51
-							<option value=5>5</option>
51
+							<!-- Setting the option for 5 as default -->
52
+							<option value=5 selected>5</option>
52 53
 							<option value=10>10</option>
53 54
 						</select>			  
54 55
 					  </div>