From 7b093f90d12b5d54f99a10e7d8bdfa1bed0ed166 Mon Sep 17 00:00:00 2001 From: Frank Schubert Date: Tue, 24 Jun 2025 11:40:11 +0200 Subject: [PATCH 1/2] Fixed vodia js URLs --- public/assets/js/xinon-vodia-identity.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/assets/js/xinon-vodia-identity.js b/public/assets/js/xinon-vodia-identity.js index 74572e367..f87e4da89 100644 --- a/public/assets/js/xinon-vodia-identity.js +++ b/public/assets/js/xinon-vodia-identity.js @@ -10,7 +10,7 @@ async function getVodiaIdentity() { $("#vodia-identity-switcher .phone-icon").addClass("fa-spin text-warning"); } - var response = await fetch(baseurl + '/User/Api/do=getVodiaIdentity'); + var response = await fetch(baseurl + 'User/Api/do=getVodiaIdentity'); if (!response.ok) { $("#vodia-identity-switcher a.phone-icon i").removeClass("fa-spin"); return false; @@ -126,7 +126,7 @@ async function setVodiaOutboundIdentity(number) { $("#vodia-identities-list").empty(); $("#vodia-identities-list").append(""); - var response = await fetch(baseurl + '/User/Api/do=setVodiaIdentity',{ + var response = await fetch(baseurl + 'User/Api/do=setVodiaIdentity',{ method: 'POST', body: new URLSearchParams({ 'number': number From c7d4db6ff243d9d55deb14e3f71d7bb7c09cd225 Mon Sep 17 00:00:00 2001 From: Frank Schubert Date: Tue, 24 Jun 2025 11:41:37 +0200 Subject: [PATCH 2/2] Fixed vodia js URLs --- Layout/default/footer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Layout/default/footer.php b/Layout/default/footer.php index 749ad8949..f39026bcd 100644 --- a/Layout/default/footer.php +++ b/Layout/default/footer.php @@ -18,7 +18,7 @@ is("employee")): ?> - +