bug fixing

This commit is contained in:
cesare 2023-09-29 10:53:14 +02:00
parent 4263e1d30b
commit a93bc47ed6
8 changed files with 17 additions and 16 deletions

View File

@ -738,10 +738,12 @@ function resetFrasi(){
} }
for (detail of details){ for (detail of details){
myitems= detail.split(','); myitems= detail.split(',');
catgramm='<div class="ttContent">'; catgramm='<div class="ttContent">';
subcatgramm='<p> <b> '+lemma+' - </b><i>'+myitems[0]+','+myitems.slice(1,-1)+'</i></p></div>'; subcatgramm='<p> <b> '+lemma+' - </b><i>'+myitems[0]+','+myitems.slice(1)+'</i></p></div>';
//subcatgramm='<p> <b> '+lemma+' - </b><i>'+myitems+'</i></p></div>';
popoverText = popoverText + catgramm + subcatgramm; popoverText = popoverText + catgramm + subcatgramm;
} }

File diff suppressed because one or more lines are too long

8
node_modules/commarcdiag/README.md generated vendored
View File

@ -1,6 +1,6 @@
# Commedia: Arc Diagram per marcatura sintattica (current) # Commedia: Arc Diagram per marcatura sintattica
https://observablehq.com/d/673687d66622d33f@1401 https://observablehq.com/@cesare/commarcdiag@1448
View this notebook in your browser by running a web server in this folder. For View this notebook in your browser by running a web server in this folder. For
example: example:
@ -14,14 +14,14 @@ import this module directly into your application. To npm install:
~~~sh ~~~sh
npm install @observablehq/runtime@5 npm install @observablehq/runtime@5
npm install https://api.observablehq.com/d/673687d66622d33f@1401.tgz?v=3 npm install https://api.observablehq.com/d/d019e1db56ab1d8c@1448.tgz?v=3
~~~ ~~~
Then, import your notebook and the runtime as: Then, import your notebook and the runtime as:
~~~js ~~~js
import {Runtime, Inspector} from "@observablehq/runtime"; import {Runtime, Inspector} from "@observablehq/runtime";
import define from "673687d66622d33f"; import define from "@cesare/commarcdiag";
~~~ ~~~
To log the value of the cell named “foo”: To log the value of the cell named “foo”:

View File

@ -1,4 +1,3 @@
// https://observablehq.com/@d3/color-legend@808
function _1(md){return( function _1(md){return(
md`# Color Legend md`# Color Legend

View File

@ -1,6 +1,6 @@
<!DOCTYPE html> <!DOCTYPE html>
<meta charset="utf-8"> <meta charset="utf-8">
<title>Commedia: Arc Diagram per marcatura sintattica (current)</title> <title>Commedia: Arc Diagram per marcatura sintattica</title>
<link rel="stylesheet" type="text/css" href="./inspector.css"> <link rel="stylesheet" type="text/css" href="./inspector.css">
<body> <body>
<script type="module"> <script type="module">

2
node_modules/commarcdiag/index.js generated vendored
View File

@ -1 +1 @@
export {default} from "./673687d66622d33f@1401.js"; export {default} from "./d019e1db56ab1d8c@1448.js";

View File

@ -1,8 +1,8 @@
{ {
"name": "673687d66622d33f", "name": "@cesare/commarcdiag",
"main": "673687d66622d33f@1401.js", "main": "d019e1db56ab1d8c@1448.js",
"version": "1401.0.0", "version": "1448.0.0",
"homepage": "https://observablehq.com/d/673687d66622d33f", "homepage": "https://observablehq.com/@cesare/commarcdiag",
"author": { "author": {
"name": "cesare concordia", "name": "cesare concordia",
"url": "https://observablehq.com/@cesare" "url": "https://observablehq.com/@cesare"

File diff suppressed because one or more lines are too long