commentato del codice
This commit is contained in:
parent
ff9fa934f7
commit
1724aa6a58
|
@ -1312,6 +1312,7 @@
|
||||||
<hr>
|
<hr>
|
||||||
|
|
||||||
<!-- submit event listener -->
|
<!-- submit event listener -->
|
||||||
|
<!--
|
||||||
<script type="module">
|
<script type="module">
|
||||||
import {Runtime, Inspector} from "https://cdn.jsdelivr.net/npm/@observablehq/runtime@4/dist/runtime.js";
|
import {Runtime, Inspector} from "https://cdn.jsdelivr.net/npm/@observablehq/runtime@4/dist/runtime.js";
|
||||||
import notebook from "https://api.observablehq.com/@cesare/d3search/2.js?v=3&api_key=a05c55ad119cc37428496af43d692d30cbc35546";
|
import notebook from "https://api.observablehq.com/@cesare/d3search/2.js?v=3&api_key=a05c55ad119cc37428496af43d692d30cbc35546";
|
||||||
|
@ -1348,10 +1349,11 @@ main.redefine("completeq", gimmespqfromjson(mform));
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|
||||||
|
-->
|
||||||
<!-- partial
|
<!-- partial
|
||||||
<script src="./script.js"></script>
|
<script src="./script.js"></script>
|
||||||
-->
|
-->
|
||||||
|
<!--
|
||||||
<script type="module">
|
<script type="module">
|
||||||
|
|
||||||
import {Runtime, Inspector} from "https://cdn.jsdelivr.net/npm/@observablehq/runtime@4/dist/runtime.js";
|
import {Runtime, Inspector} from "https://cdn.jsdelivr.net/npm/@observablehq/runtime@4/dist/runtime.js";
|
||||||
|
@ -1374,6 +1376,7 @@ const main = runtime.module(notebook, name => {
|
||||||
main.redefine("querytxt", writesearchValue(mform));
|
main.redefine("querytxt", writesearchValue(mform));
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
-->
|
||||||
</body>
|
</body>
|
||||||
|
|
||||||
</html>
|
</html>
|
||||||
|
|
Loading…
Reference in New Issue