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

index b9d0b7f..e3357bf 100755 (executable)
@@ -18,7 +18,7 @@ $('a').each(function() {
         && ($(this).attr('href') != "#")
         && ($(this).attr('href') != "")
         && ($(this).attr('href') != null)
-        && (this.href.indexOf(window.location.host) >= 0)
+        && (this.href.indexOf(window.location.host) < 0)
    ) {
        $(this).click(function(event) {
            event.preventDefault();