typo: javastipt :) - surprised it worked
This commit is contained in:
parent
bfe6aa3c9a
commit
19c989c8a0
1 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ import Odevzdavatko from "./Odevzdavatko.svelte";
|
|||
|
||||
<div class="solution">
|
||||
{#if !showSolution}
|
||||
<a href="javasctipt:;"
|
||||
<a href="javascript:;"
|
||||
on:click|preventDefault|stopPropagation={() => showSolution = true}>
|
||||
Zobrazit řešení úlohy
|
||||
</a>
|
||||
|
|
Reference in a new issue