From: Leif Hanson Date: Mon, 9 Sep 2013 15:39:04 +0000 (+0000) Subject: Switch to a local external.js file. X-Git-Tag: v1.0~50 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=b9f19b34ffc1acc19aa72652b14e4b49c4436fcf;p=web%2FMichiganTrailMaps.git Switch to a local external.js file. --- 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')