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:
parent
f93a0e854a
commit
0ebbc71d5c
5 changed files with 36 additions and 18 deletions
|
|
@ -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 -->
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue