Switch to a local external.js file.
authorLeif Hanson <leif@gaslightmedia.com>
Mon, 9 Sep 2013 15:38:14 +0000 (15:38 +0000)
committerLeif Hanson <leif@gaslightmedia.com>
Mon, 9 Sep 2013 15:38:14 +0000 (15:38 +0000)
libjs/external.js

index 44277e8..378c113 100755 (executable)
@@ -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')