mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00
Fix: Id not class
This commit is contained in:
parent
b256e88b1d
commit
28402c548d
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
|||
$: console.log($remaining)
|
||||
</script>
|
||||
|
||||
<div id="outer fancy">
|
||||
<div id="outer" class="fancy">
|
||||
<div id="tableinner">
|
||||
<div>
|
||||
<button title={tr.actionsShortcutKey({val: "E"})} on:click={()=>bridgeCommand("edit")}>{tr.studyingEdit()}</button>
|
||||
|
|
Loading…
Reference in a new issue