Merge branch 'code/test' into 'master'

feature: upgrade to jq 1.7

See merge request jiehong/jq_offline!14
This commit is contained in:
Jiehong 2023-11-21 15:41:58 +00:00
commit 2806dad2cb

View File

@ -96,7 +96,7 @@ jq in your browser, without sending anything to any backend.">
let delayedJq = debounce(jq, 400);
setup();
let CLI = await new Aioli("jq/1.6");
let CLI = await new Aioli("jq/1.7");
document.getElementById("filter").addEventListener('input', delayedJq);
document.getElementById("input-json").addEventListener('input', delayedJq);
@ -115,7 +115,7 @@ jq in your browser, without sending anything to any backend.">
<h1>Jq Play Offline</h1>
<div id="links">
<a href="https://gitlab.com/jiehong/jq_offline" target="_blank">Code</a>
<a href="https://stedolan.github.io/jq/manual/v1.6/" target="_blank">Manual</a>
<a href="https://jqlang.github.io/jq/manual/v1.7/" target="_blank">Manual (jq 1.7)</a>
</div>
</div>
<div id="content">