Commit 6157e039 authored by Pierre-Yves Buard's avatar Pierre-Yves Buard
Browse files

Correction calcul du paramètre canvsIndex

parent 7bd83012
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -3,7 +3,7 @@ function openInMirador(link,canvasId,canvasIndex) {
        canvasIndex = 0;
	canvasId = "";
    } else if (canvasId === "") {
        canvasIndex = canvasIndex;
        canvasIndex = canvasIndex-1;
	canvasId = "";
    } else {
	canvasIndex = "";