mirror of
https://github.com/xiaoyifang/goldendict-ng.git
synced 2024-11-24 04:24:09 +00:00
Update gd_custom.js
bword:xxxx link handle
This commit is contained in:
parent
5b3e610ec6
commit
c01257d592
|
@ -2,7 +2,7 @@
|
||||||
$(function() {
|
$(function() {
|
||||||
$("a").click(function(event) {
|
$("a").click(function(event) {
|
||||||
var link = $(this).attr("href");
|
var link = $(this).attr("href");
|
||||||
if(link.indexOf("://")>=0){
|
if(link.indexOf(":")>=0){
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue