From 281b42aa262d71a03984f9750c2074769c7147d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=88=9A=28noham=29=C2=B2?= <100566912+NohamR@users.noreply.github.com> Date: Wed, 19 Apr 2023 19:08:21 +0200 Subject: [PATCH] migration --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 89c23c2..7d07aee 100644 --- a/index.html +++ b/index.html @@ -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; }