migration

This commit is contained in:
√(noham)² 2023-04-19 19:08:21 +02:00
parent 9f102a9cfa
commit 281b42aa26

View File

@ -157,8 +157,8 @@ sesamth
iframe2.src = newUrl2;
}
else if (editionchoisie == 'belin') {
var newUrl1 = "Belin/" + code + "/page1.jpg";
var newUrl2 = "Belin/" + code + "/page2.jpg";
var newUrl1 = "https://nohamr.github.io/Manuelcontent/Belin/" + code + "/page1.jpg";
var newUrl2 = "https://nohamr.github.io/Manuelcontent/Belin/" + code + "/page2.jpg";
img1.src = newUrl1;
img2.src = newUrl2;
}