made particles more efficient, finished basic blocks feed

This commit is contained in:
Kevin 2020-06-21 02:27:55 -05:00
parent dafa4b6117
commit 34416c07fe
8 changed files with 132 additions and 38 deletions

View file

@ -5,7 +5,7 @@ fetch('/config/get/transports.tor', {
.then((resp) => resp.text()) // Transform the data into text
.then(function(resp) {
var displays = document.getElementsByClassName('torInfo')
if (resp == true){
if (resp == "true"){
var torSource = new EventSourcePolyfill('/torcircuits', {
headers: {
"token": webpass