fix cors
This commit is contained in:
parent
74d1536689
commit
663671f9e4
1 changed files with 17 additions and 17 deletions
|
|
@ -68,7 +68,7 @@ const loadQuestions = async (
|
||||||
<div class="feladat card" id="feladat${id}">
|
<div class="feladat card" id="feladat${id}">
|
||||||
<h2 style="float: left;">${i + 1}.</h2><h2>${source}</h2>
|
<h2 style="float: left;">${i + 1}.</h2><h2>${source}</h2>
|
||||||
<pre>${description}</pre>
|
<pre>${description}</pre>
|
||||||
${image ? `<img src="${API_BASE}/api/pics/${image}" onerror="this.src='pics/${image}'"><br>` : ""}
|
${image ? `<img src="${API_BASE}/api/pics/${image}" crossorigin="anonymous" onerror="this.src='pics/${image}'"><br>` : ""}
|
||||||
<form id="form${id}"">
|
<form id="form${id}"">
|
||||||
<input type="radio" id="rad1" name="group">
|
<input type="radio" id="rad1" name="group">
|
||||||
<label id="label${id}" class="rad1">${a}</label>
|
<label id="label${id}" class="rad1">${a}</label>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue