From d49e4ce258dca6376f09d73e69a88c458af47564 Mon Sep 17 00:00:00 2001 From: Jakub Jankiewicz Date: Thu, 14 Nov 2024 23:45:19 +0100 Subject: [PATCH] (docs) update jquery terminal --- docs/src/components/Interpreter/index.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/src/components/Interpreter/index.tsx b/docs/src/components/Interpreter/index.tsx index a69fc028..79990d16 100644 --- a/docs/src/components/Interpreter/index.tsx +++ b/docs/src/components/Interpreter/index.tsx @@ -55,7 +55,7 @@ export default function Interpreter(): JSX.Element { useScripts(!globalThis.jQuery && [ 'https://cdn.jsdelivr.net/npm/jquery', - 'https://cdn.jsdelivr.net/combine/gh/jcubic/jquery.terminal@6fa0aab712ab70d90/js/jquery.terminal.min.js,npm/js-polyfills/keyboard.js,npm/prismjs/prism.js,npm/jquery.terminal@latest/js/prism.js,npm/prismjs/components/prism-scheme.min.js', + 'https://cdn.jsdelivr.net/combine/gh/jcubic/jquery.terminal@eba98ad9e2/js/jquery.terminal.min.js,npm/js-polyfills/keyboard.js,npm/prismjs/prism.js,npm/jquery.terminal@latest/js/prism.js,npm/prismjs/components/prism-scheme.min.js', 'https://cdn.jsdelivr.net/gh/jcubic/lips@d730e075d8/lib/js/terminal.js', 'https://cdn.jsdelivr.net/npm/@jcubic/lips@beta/lib/js/prism.js' ]); @@ -126,10 +126,10 @@ export default function Interpreter(): JSX.Element { - {isStatic &&