forked from extern/jq_offline
Merge branch 'code/test' into 'master'
feature: upgrade to jq 1.7 See merge request jiehong/jq_offline!14
This commit is contained in:
commit
2806dad2cb
@ -96,7 +96,7 @@ jq in your browser, without sending anything to any backend.">
|
|||||||
let delayedJq = debounce(jq, 400);
|
let delayedJq = debounce(jq, 400);
|
||||||
|
|
||||||
setup();
|
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("filter").addEventListener('input', delayedJq);
|
||||||
document.getElementById("input-json").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>
|
<h1>Jq Play Offline</h1>
|
||||||
<div id="links">
|
<div id="links">
|
||||||
<a href="https://gitlab.com/jiehong/jq_offline" target="_blank">Code</a>
|
<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>
|
</div>
|
||||||
<div id="content">
|
<div id="content">
|
||||||
|
Loading…
Reference in New Issue
Block a user