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