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

@ -736,12 +736,14 @@ function resetFrasi(){
if (selectedVista=='frasi'){
return '<div class="ttContent"><b>'+maptypes[syntType]+'</b></div>';
}
for (detail of details){
myitems= detail.split(',');
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;
}

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
example:
@ -14,14 +14,14 @@ import this module directly into your application. To npm install:
~~~sh
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:
~~~js
import {Runtime, Inspector} from "@observablehq/runtime";
import define from "673687d66622d33f";
import define from "@cesare/commarcdiag";
~~~
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(
md`# Color Legend

View File

@ -1,6 +1,6 @@
<!DOCTYPE html>
<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">
<body>
<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",
"main": "673687d66622d33f@1401.js",
"version": "1401.0.0",
"homepage": "https://observablehq.com/d/673687d66622d33f",
"name": "@cesare/commarcdiag",
"main": "d019e1db56ab1d8c@1448.js",
"version": "1448.0.0",
"homepage": "https://observablehq.com/@cesare/commarcdiag",
"author": {
"name": "cesare concordia",
"url": "https://observablehq.com/@cesare"

File diff suppressed because one or more lines are too long