bep40 commited on
Commit
7d12eac
verified
1 Parent(s): c1a1e9e

Delete _temp_fix.txt

Browse files
Files changed (1) hide show
  1. _temp_fix.txt +0 -5
_temp_fix.txt DELETED
@@ -1,5 +0,0 @@
1
- // FIX: if _hlLeagueData empty (fast load), fetch directly from API
2
- if(!articles.length){
3
- try{var resp=await fetch('/api/highlights/'+league);articles=await resp.json();}catch(e){}
4
- if(!articles||!articles.length){el.innerHTML='<div class="loading">Kh么ng c贸 video cho gi岷 n脿y</div>';return;}
5
- }