From 2a717b0614dfd0c35869f0872dea5ba873ed75c4 Mon Sep 17 00:00:00 2001
From: Jonas Kohl
Date: Tue, 23 Jul 2024 16:35:59 +0200
Subject: Fix guestbook URL
---
src/pages/guestbook.php | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
(limited to 'src')
diff --git a/src/pages/guestbook.php b/src/pages/guestbook.php
index 2d40089..d2d0144 100644
--- a/src/pages/guestbook.php
+++ b/src/pages/guestbook.php
@@ -39,7 +39,7 @@ $(function() {
$("")
.attr("id", "gbframe")
.attr("frameborder", "0")
- .attr("src", "//guestbook.web.local/?__e=1&__p[ok_target]=_top&__p[ok_url]=" + encodeURIComponent(location.href))
+ .attr("src", "//guestbook.hozyro.jkohl.link/?__e=1&__p[ok_target]=_top&__p[ok_url]=" + encodeURIComponent(location.href))
);
$("#emoticon-guide").click(function(e) {
e.preventDefault();
@@ -99,4 +99,4 @@ function _gbcb(data) {
})
}
-
+
--
cgit v1.2.3