From bd99350eaf9c633e874ec87c61743cf789429ac8 Mon Sep 17 00:00:00 2001 From: steskelt Date: Wed, 27 Mar 2024 11:28:20 -0400 Subject: [PATCH] loading --- _pages/rankings.html | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/_pages/rankings.html b/_pages/rankings.html index df26676..1bdf476 100644 --- a/_pages/rankings.html +++ b/_pages/rankings.html @@ -319,7 +319,7 @@
${this.profileTitle(item)}
this.requestUpdate(); } }); - + /* // Making our request fetch(url, { method: 'GET' }) .then(Result => Result.json()) @@ -329,7 +329,7 @@
${this.profileTitle(item)}
this.requestUpdate(); }) .catch(errorMsg => { console.log(errorMsg); }); - +*/ this.toggleSelected(null); } @@ -471,7 +471,7 @@
${this.profileTitle(item)}
return html`
${this.profileTitle(item)} } fetchInfluencers(){ - /* const symbol = this.selectedStockItem == null ? '' : '/' + this.selectedStockItem.symbol; const url = 'https://cf.tradeaudit.app/influencers/' + (this.isTop ? 'top' : 'bottom') + symbol; @@ -553,7 +552,6 @@
${this.profileTitle(item)}
this.influencers = []; this.requestUpdate(); }); - */ } } customElements.define('stock-toolbar', StockToolbar);