Skip to content

Commit

Permalink
loading
Browse files Browse the repository at this point in the history
  • Loading branch information
steskelt committed Mar 27, 2024
1 parent 61c6c2d commit bd99350
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions _pages/rankings.html
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@ <h5 class="card-title">${this.profileTitle(item)}</h5>
this.requestUpdate();
}
});

/*
// Making our request
fetch(url, { method: 'GET' })
.then(Result => Result.json())
Expand All @@ -329,7 +329,7 @@ <h5 class="card-title">${this.profileTitle(item)}</h5>
this.requestUpdate();
})
.catch(errorMsg => { console.log(errorMsg); });

*/
this.toggleSelected(null);
}

Expand Down Expand Up @@ -471,7 +471,7 @@ <h5 class="card-title">${this.profileTitle(item)}</h5>
return html`<div
style="
width: 50%;
height: 38px;
height: 1.5rem;
margin: auto;
display: block;
"
Expand Down Expand Up @@ -537,7 +537,6 @@ <h5 class="card-title">${this.profileTitle(item)}</h5>
}

fetchInfluencers(){
/*
const symbol = this.selectedStockItem == null ? '' : '/' + this.selectedStockItem.symbol;
const url = 'https://cf.tradeaudit.app/influencers/' + (this.isTop ? 'top' : 'bottom') + symbol;

Expand All @@ -553,7 +552,6 @@ <h5 class="card-title">${this.profileTitle(item)}</h5>
this.influencers = [];
this.requestUpdate();
});
*/
}
}
customElements.define('stock-toolbar', StockToolbar);
Expand Down

0 comments on commit bd99350

Please sign in to comment.