From c01257d5920b1d12995dc52edc04da8a49253fa0 Mon Sep 17 00:00:00 2001 From: xiaoyifang <105986+xiaoyifang@users.noreply.github.com> Date: Tue, 4 Jan 2022 07:47:48 +0800 Subject: [PATCH] Update gd_custom.js bword:xxxx link handle --- resources/gd_custom.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/gd_custom.js b/resources/gd_custom.js index 74908062..049aa35b 100644 --- a/resources/gd_custom.js +++ b/resources/gd_custom.js @@ -2,7 +2,7 @@ $(function() { $("a").click(function(event) { var link = $(this).attr("href"); - if(link.indexOf("://")>=0){ + if(link.indexOf(":")>=0){ return; }