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; }