commentato del codice
This commit is contained in:
parent
ff9fa934f7
commit
1724aa6a58
|
@ -1312,6 +1312,7 @@
|
|||
<hr>
|
||||
|
||||
<!-- submit event listener -->
|
||||
<!--
|
||||
<script type="module">
|
||||
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";
|
||||
|
@ -1348,10 +1349,11 @@ main.redefine("completeq", gimmespqfromjson(mform));
|
|||
</script>
|
||||
|
||||
|
||||
|
||||
-->
|
||||
<!-- partial
|
||||
<script src="./script.js"></script>
|
||||
-->
|
||||
<!--
|
||||
<script type="module">
|
||||
|
||||
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));
|
||||
|
||||
</script>
|
||||
-->
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
|
Loading…
Reference in New Issue