made particles more efficient, finished basic blocks feed
This commit is contained in:
parent
dafa4b6117
commit
34416c07fe
8 changed files with 132 additions and 38 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue