mirror of
https://gitlab.com/jiehong/jq_offline.git
synced 2024-12-12 01:10:43 +01:00
feature: update to aioli.js v3
This commit is contained in:
parent
c587c17b70
commit
8b1b304593
@ -27,7 +27,7 @@ jq in your browser, without sending anything to any backend.">
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<link rel="stylesheet" href="style.css">
|
<link rel="stylesheet" href="style.css">
|
||||||
<script src="https://cdn.biowasm.com/v2/aioli/latest/aioli.js"></script>
|
<script src="https://biowasm.com/cdn/v3/aioli.js"></script>
|
||||||
<script defer type="module">
|
<script defer type="module">
|
||||||
async function setup() {
|
async function setup() {
|
||||||
// Populate the form from the url parameters
|
// Populate the form from the url parameters
|
||||||
@ -180,4 +180,4 @@ jq in your browser, without sending anything to any backend.">
|
|||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
@ -26,6 +26,7 @@ h1 {
|
|||||||
#links a {
|
#links a {
|
||||||
font-size: .8em;
|
font-size: .8em;
|
||||||
margin-inline-end: 1em;
|
margin-inline-end: 1em;
|
||||||
|
color: lightblue;
|
||||||
}
|
}
|
||||||
|
|
||||||
#links a:visited {
|
#links a:visited {
|
||||||
@ -185,4 +186,4 @@ input[type=checkbox] {
|
|||||||
|
|
||||||
#output-json {
|
#output-json {
|
||||||
grid-area: output-json;
|
grid-area: output-json;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user