Update gd_custom.js

bword:xxxx link handle
This commit is contained in:
xiaoyifang 2022-01-04 07:47:48 +08:00 committed by GitHub
parent 5b3e610ec6
commit c01257d592
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
$(function() {
$("a").click(function(event) {
var link = $(this).attr("href");
if(link.indexOf("://")>=0){
if(link.indexOf(":")>=0){
return;
}