mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
add compat soundLink selector back
This commit is contained in:
parent
2d5cab6758
commit
23c6cafb94
1 changed files with 1 additions and 1 deletions
|
@ -584,7 +584,7 @@ def av_refs_to_play_icons(text: str) -> str:
|
||||||
|
|
||||||
def repl(match: re.Match) -> str:
|
def repl(match: re.Match) -> str:
|
||||||
return f"""
|
return f"""
|
||||||
<a class=replay-button href=# onclick="pycmd('{match.group(1)}'); return false;">
|
<a class="replay-button soundLink" href=# onclick="pycmd('{match.group(1)}'); return false;">
|
||||||
<svg class="playImage" viewBox="0 0 64 64" version="1.1">
|
<svg class="playImage" viewBox="0 0 64 64" version="1.1">
|
||||||
<g>
|
<g>
|
||||||
<circle cx="32" cy="32" r="29" />
|
<circle cx="32" cy="32" r="29" />
|
||||||
|
|
Loading…
Reference in a new issue