From b9f19b34ffc1acc19aa72652b14e4b49c4436fcf Mon Sep 17 00:00:00 2001 From: Leif Hanson Date: Mon, 9 Sep 2013 15:39:04 +0000 Subject: [PATCH] Switch to a local external.js file. --- libjs/external.js | 1 + 1 file changed, 1 insertion(+) diff --git a/libjs/external.js b/libjs/external.js index 378c113..a873acd 100755 --- a/libjs/external.js +++ b/libjs/external.js @@ -6,6 +6,7 @@ $('a').each(function() { var urlPattern = new RegExp('/' + window.location.host + '/'); + console.log(window.location.host); console.log($(this).attr('href')); if( !urlPattern.test(this.href) && !$(this).hasClass('thickbox') -- 2.17.1