summaryrefslogtreecommitdiffstats
path: root/web_src/js/markup/asciicast.js
diff options
context:
space:
mode:
Diffstat (limited to 'web_src/js/markup/asciicast.js')
-rw-r--r--web_src/js/markup/asciicast.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/web_src/js/markup/asciicast.js b/web_src/js/markup/asciicast.js
index 902cfcb731..97b18743a1 100644
--- a/web_src/js/markup/asciicast.js
+++ b/web_src/js/markup/asciicast.js
@@ -1,4 +1,4 @@
-export async function renderAsciinemaPlayer() {
+export async function renderAsciicast() {
const els = document.querySelectorAll('.asciinema-player-container');
if (!els.length) return;