Skip to content
Snippets Groups Projects
Commit 2c8c32ce authored by Rachel Gaubil's avatar Rachel Gaubil
Browse files

Go to semi moder (closes #70)

parent ad258b8e
No related branches found
No related tags found
2 merge requests!32[edit] merge main,!31Go to semi moder (closes #70)
...@@ -32,12 +32,8 @@ function visuInit() { ...@@ -32,12 +32,8 @@ function visuInit() {
// Default values // Default values
var leftVisu = "image-left"; var leftVisu = "image-left";
var rightVisu = "diplo-right"; var rightVisu = "linear-right";
// If verse nb in url : linear version wanted
if (!isNaN(window.location.href.split("#").pop())) {
var rightVisu = "linear-right";
}
if (chosenVisu != "") { if (chosenVisu != "") {
leftVisu = chosenVisu.split("_")[0]; leftVisu = chosenVisu.split("_")[0];
rightVisu = chosenVisu.split("_")[1]; rightVisu = chosenVisu.split("_")[1];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment