diff --git a/static/sport2.html b/static/sport2.html index b1b58ed..89d01bd 100644 --- a/static/sport2.html +++ b/static/sport2.html @@ -2355,14 +2355,28 @@ function switchPlayerTab(el, tabId){ //=========== FINANCIJE =========== async function loadFinancije(){ const root = $('#pg-financije'); + // Učitaj meta options + let meta = {sportovi: [], vrste: [], davatelji: [], godine: []}; + try { meta = await api('/v2/potpore/meta'); } catch(e) { console.warn('meta fail', e); } + root.innerHTML = ` -