Update jQuery, update 2024, remove Twitter share (RIP)
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
<link rel="stylesheet" type="text/css" href="normalize-8.0.1.css" id="stylesheet">
|
||||
<link rel="stylesheet" type="text/css" href="style.css" id="stylesheet">
|
||||
<link rel="shortcut icon" type="image/png" href="img/favicon.png" />
|
||||
<script src="jquery-3.6.4.min.js"></script>
|
||||
<script src="jquery-3.7.1.min.js"></script>
|
||||
<script src="interface.js"></script>
|
||||
<script src="poketest.js"></script>
|
||||
<title>Pokétest</title>
|
||||
@ -120,7 +120,7 @@
|
||||
|
||||
<h3>Number of questions</h3>
|
||||
<select class="questions first">
|
||||
<!--<option name="questions" id="1" value="1">1 (debug)</option>-->
|
||||
<!-- <option name="questions" id="1" value="1">1 (debug)</option> -->
|
||||
<option name="questions" id="15" value="15">15</option>
|
||||
<option name="questions" id="30" value="30">30</option>
|
||||
<option name="questions" id="50" value="50">50</option>
|
||||
@ -131,7 +131,7 @@
|
||||
|
||||
<h3>Time to answer</h3>
|
||||
<select class="time first">
|
||||
<!--<option name="time" id="1" value="1">1 (debug)</option>-->
|
||||
<!-- <option name="time" id="1" value="1">1 (debug)</option> -->
|
||||
<option name="time" id="2" value="2">2 seconds</option>
|
||||
<option name="time" id="5" value="5" selected>5 seconds</option>
|
||||
<option name="time" id="10" value="10">10 seconds</option>
|
||||
@ -150,7 +150,7 @@
|
||||
</div>
|
||||
</article>
|
||||
<footer>
|
||||
<p>© 2012 - 2023 Pokétest 2.9</p>
|
||||
<p>© 2012 - 2024 Pokétest 2.9</p>
|
||||
</footer>
|
||||
</div>
|
||||
<script>
|
||||
|
Reference in New Issue
Block a user