refactoring

This commit is contained in:
frankknoll
2023-11-10 13:16:54 +01:00
parent 4046d09c0b
commit ab16d68f0f
5 changed files with 11 additions and 10 deletions

View File

@@ -8,16 +8,16 @@
<meta content="IE=edge" http-equiv="X-UA-Compatible" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<title>Symptoms caused by Vaccines</title>
<script src="../../docs/Utils.js"></script>
<script src="../../docs/UIUtils.js"></script>
<script src="../../docs/NumberWithBarElementFactory.js"></script>
<script src="../../docs/SymptomsCausedByVaccines/js/PrrByKey2CsvConverter.js"></script>
<script src="../../docs/SymptomsCausedByVaccines/js/PageInitializer.js"></script>
<script src="../../docs/SymptomsCausedByVaccines/js/PrrByVaccineProvider.js"></script>
<script src="../../docs/SymptomsCausedByVaccines/js/PrrByKeyTable.js"></script>
<script src="../../docs/SymptomsCausedByVaccines/js/PrrByKeyTableView.js"></script>
<script src="../../docs/SymptomsCausedByVaccines/js/PrrByVaccineTableView.js"></script>
<script src="../../docs/SymptomsCausedByVaccines/js/PrrBySymptomTableView.js"></script>
<script src="../../Utils.js"></script>
<script src="../../UIUtils.js"></script>
<script src="../../NumberWithBarElementFactory.js"></script>
<script src="../js/PrrByKey2CsvConverter.js"></script>
<script src="../js/PageInitializer.js"></script>
<script src="../js/PrrByVaccineProvider.js"></script>
<script src="../js/PrrByKeyTable.js"></script>
<script src="../js/PrrByKeyTableView.js"></script>
<script src="../js/PrrByVaccineTableView.js"></script>
<script src="../js/PrrBySymptomTableView.js"></script>
<link rel="stylesheet" href="https://code.jquery.com/qunit/qunit-2.17.2.css">
<script src="https://code.jquery.com/qunit/qunit-2.17.2.js"></script>
<script type="text/javascript" src="./jshamcrest.js"></script>

View File

@@ -6,6 +6,7 @@ FK-TODO:
- add google captcha to batchCodeTable.html
- Symptomhistogramm
- http://www.howbadismybatch.info/SymptomsCausedByVaccines/index.html
http://www.howbadismybatch.info/SymptomsCausedByVaccines/test/index.test.html
- http://www.howbadismybatch.info/SymptomsCausedByCOVIDLots/index.html
http://www.howbadismybatch.info/SymptomsCausedByCOVIDLots/test/index.test.html