moved static data one directory up
This commit is contained in:
parent
e4df34ef29
commit
09f6735961
124 changed files with 27 additions and 54 deletions
5
static-data/www/shared/loadabout.js
Normal file
5
static-data/www/shared/loadabout.js
Normal file
|
@ -0,0 +1,5 @@
|
|||
fetch('shared/about.html')
|
||||
.then(resp=>resp.text())
|
||||
.then(function(response) {
|
||||
aboutText = response
|
||||
})
|
Loading…
Add table
Add a link
Reference in a new issue