|
@@ -616,7 +616,7 @@ function createOccRow(num, elem) {
|
|
|
var row = document.createElement('div');
|
|
|
row.className = "row height d-flex justify-content-center align-items-center";
|
|
|
row.id = num;
|
|
|
- var onClickCommand = "goToSingleContext(" + num + ")";
|
|
|
+ var onClickCommand = "goToSingleContext(" + num + ", 31, 0, 0)";
|
|
|
row.setAttribute("onclick", onClickCommand);
|
|
|
|
|
|
if (elem.hasOwnProperty('Titolo Abbreviato')) {
|
|
@@ -683,8 +683,8 @@ function createOccRow(num, elem) {
|
|
|
|
|
|
|
|
|
|
|
|
-function goToSingleContext(num) {
|
|
|
- let params = {"indice": num, "parole": 31, "periodi": 0, "brani": 0};
|
|
|
+function goToSingleContext(num, parole, periodi, brani) {
|
|
|
+ let params = {"indice": num, "parole": parole, "periodi": periodi, "brani": brani};
|
|
|
|
|
|
let queryGSC = {
|
|
|
elem: arrayResponse[num],
|