refactoring
This commit is contained in:
@@ -8,16 +8,16 @@
|
|||||||
<meta content="IE=edge" http-equiv="X-UA-Compatible" />
|
<meta content="IE=edge" http-equiv="X-UA-Compatible" />
|
||||||
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
|
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
|
||||||
<title>Symptoms caused by Vaccines</title>
|
<title>Symptoms caused by Vaccines</title>
|
||||||
<script src="../../docs/Utils.js"></script>
|
<script src="../../Utils.js"></script>
|
||||||
<script src="../../docs/UIUtils.js"></script>
|
<script src="../../UIUtils.js"></script>
|
||||||
<script src="../../docs/NumberWithBarElementFactory.js"></script>
|
<script src="../../NumberWithBarElementFactory.js"></script>
|
||||||
<script src="../../docs/SymptomsCausedByVaccines/js/PrrByKey2CsvConverter.js"></script>
|
<script src="../js/PrrByKey2CsvConverter.js"></script>
|
||||||
<script src="../../docs/SymptomsCausedByVaccines/js/PageInitializer.js"></script>
|
<script src="../js/PageInitializer.js"></script>
|
||||||
<script src="../../docs/SymptomsCausedByVaccines/js/PrrByVaccineProvider.js"></script>
|
<script src="../js/PrrByVaccineProvider.js"></script>
|
||||||
<script src="../../docs/SymptomsCausedByVaccines/js/PrrByKeyTable.js"></script>
|
<script src="../js/PrrByKeyTable.js"></script>
|
||||||
<script src="../../docs/SymptomsCausedByVaccines/js/PrrByKeyTableView.js"></script>
|
<script src="../js/PrrByKeyTableView.js"></script>
|
||||||
<script src="../../docs/SymptomsCausedByVaccines/js/PrrByVaccineTableView.js"></script>
|
<script src="../js/PrrByVaccineTableView.js"></script>
|
||||||
<script src="../../docs/SymptomsCausedByVaccines/js/PrrBySymptomTableView.js"></script>
|
<script src="../js/PrrBySymptomTableView.js"></script>
|
||||||
<link rel="stylesheet" href="https://code.jquery.com/qunit/qunit-2.17.2.css">
|
<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 src="https://code.jquery.com/qunit/qunit-2.17.2.js"></script>
|
||||||
<script type="text/javascript" src="./jshamcrest.js"></script>
|
<script type="text/javascript" src="./jshamcrest.js"></script>
|
||||||
@@ -6,6 +6,7 @@ FK-TODO:
|
|||||||
- add google captcha to batchCodeTable.html
|
- add google captcha to batchCodeTable.html
|
||||||
- Symptomhistogramm
|
- Symptomhistogramm
|
||||||
- http://www.howbadismybatch.info/SymptomsCausedByVaccines/index.html
|
- 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/index.html
|
||||||
http://www.howbadismybatch.info/SymptomsCausedByCOVIDLots/test/index.test.html
|
http://www.howbadismybatch.info/SymptomsCausedByCOVIDLots/test/index.test.html
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user