From f7910886f8eccdbe161d3d56f021e49beda27ede Mon Sep 17 00:00:00 2001 From: Jakub Jankiewicz Date: Thu, 14 Nov 2024 22:22:36 +0100 Subject: [PATCH] (docs) use latest devel version of 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 01419409..a69fc028 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/npm/jquery.terminal@latest/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@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/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 &&