From 4c5f88026c47389ecb7825740b579c808ed80e0f Mon Sep 17 00:00:00 2001 From: Leif Hanson Date: Mon, 9 Sep 2013 15:38:14 +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 44277e8..378c113 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($(this).attr('href')); if( !urlPattern.test(this.href) && !$(this).hasClass('thickbox') && !$(this).hasClass('colorbox') -- 2.17.1