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">
|
<div class="solution">
|
||||||
{#if !showSolution}
|
{#if !showSolution}
|
||||||
<a href="javasctipt:;"
|
<a href="javascript:;"
|
||||||
on:click|preventDefault|stopPropagation={() => showSolution = true}>
|
on:click|preventDefault|stopPropagation={() => showSolution = true}>
|
||||||
Zobrazit řešení úlohy
|
Zobrazit řešení úlohy
|
||||||
</a>
|
</a>
|
||||||
|
|
Reference in a new issue