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