Continuing with salvage

There appears to be bitrot in the JavaScript dependencies; specifically in how secretary is doing routing. I have NOT got to the bottom of this.
This commit is contained in:
Simon Brooke 2022-06-16 19:30:00 +01:00
parent f93a0e854a
commit 0ebbc71d5c
No known key found for this signature in database
GPG key ID: A7A4F18D1D4DF987
5 changed files with 36 additions and 18 deletions

View file

@ -44,7 +44,11 @@
<!-- scripts and styles -->
<!-- Leaflet -->
<link rel="stylesheet" href="js/lib/node_modules/leaflet/dist/leaflet.css" />
<script src="js/lib/node_modules/leaflet/dist/leaflet.js"></script>
<!-- script src="js/lib/node_modules/leaflet/dist/leaflet.js"></script -->
<!-- TEMP: react seems no longer to be automatically added to the dependencies by reagent? -->
<!-- script src="js/lib/node_modules/react/index.js"></script -->
<!-- Signature pad -->
<script src="js/lib/node_modules/signature_pad/dist/signature_pad.min.js"></script>
<!-- our actual app -->