From 77231c3b394b0ad29f13555a10f8ec9c553f364e Mon Sep 17 00:00:00 2001 From: HermitAssociation <112758548+HermitShamiko@users.noreply.github.com> Date: Tue, 25 Nov 2025 08:55:24 +0800 Subject: [PATCH 1/3] Update base.css Fixed the issue of hyperlinks exceeding the screen in meetings.jquery.org. --- themes/jquery/css/base.css | 1 + 1 file changed, 1 insertion(+) diff --git a/themes/jquery/css/base.css b/themes/jquery/css/base.css index f39d2cde..dcf7399e 100644 --- a/themes/jquery/css/base.css +++ b/themes/jquery/css/base.css @@ -1312,6 +1312,7 @@ typesense-minibar[role="option"] mark { #content a { text-decoration: underline; + word-break: break-word; } #content a:hover { From c4f88c38af47e2abd04e2df7076db206a4153ec7 Mon Sep 17 00:00:00 2001 From: HermitAssociation <112758548+HermitShamiko@users.noreply.github.com> Date: Tue, 25 Nov 2025 15:19:46 +0800 Subject: [PATCH 2/3] Update menu-header.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复jquery.org下二级域名的导航栏会将域名指向jquery.org而不是jquery.com的问题 --- themes/jquery/menu-header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/jquery/menu-header.php b/themes/jquery/menu-header.php index 869e0d87..3f4efbc7 100644 --- a/themes/jquery/menu-header.php +++ b/themes/jquery/menu-header.php @@ -64,7 +64,7 @@ function menu_header_jqueryui_com() { function menu_header_jquery_org() { return array( - 'https://jquery.org/' => 'Home', + 'https://jquery.com/' => 'Home', 'https://meetings.jquery.org/' => 'Meetings', 'https://jquery.org/team/' => 'Team', 'https://brand.jquery.org/' => 'Brand Guide', From 1475aebea6b970f512c5bfbdb66dc6050013529f Mon Sep 17 00:00:00 2001 From: HermitAssociation <112758548+HermitShamiko@users.noreply.github.com> Date: Tue, 2 Dec 2025 23:46:35 +0800 Subject: [PATCH 3/3] Update menu-header.php --- themes/jquery/menu-header.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/jquery/menu-header.php b/themes/jquery/menu-header.php index 3f4efbc7..869e0d87 100644 --- a/themes/jquery/menu-header.php +++ b/themes/jquery/menu-header.php @@ -64,7 +64,7 @@ function menu_header_jqueryui_com() { function menu_header_jquery_org() { return array( - 'https://jquery.com/' => 'Home', + 'https://jquery.org/' => 'Home', 'https://meetings.jquery.org/' => 'Meetings', 'https://jquery.org/team/' => 'Team', 'https://brand.jquery.org/' => 'Brand Guide',