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

index a873acd..09d70c1 100755 (executable)
@@ -17,6 +17,8 @@ $('a').each(function() {
         && ($(this).attr('href') != "#")
         && ($(this).attr('href') != "")
         && ($(this).attr('href') != null)
+        && (window.location.host != "dev53.gaslightmedia.com")
+        && (window.location.host != "dev53")
    ) {
        $(this).click(function(event) {
            event.preventDefault();