Onionr/onionr/static-data/www/shared/loadabout.js
2019-09-04 01:20:11 -05:00

5 lines
114 B
JavaScript

fetch('shared/about.html')
.then(resp=>resp.text())
.then(function(response) {
aboutText = response
})