From f2155ee5f390c3462735c73e98b65049743a1040 Mon Sep 17 00:00:00 2001 From: Leif Hanson Date: Mon, 9 Sep 2013 15:41:26 +0000 Subject: [PATCH] Switch to a local external.js file. --- libjs/external.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libjs/external.js b/libjs/external.js index a873acd..09d70c1 100755 --- a/libjs/external.js +++ b/libjs/external.js @@ -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(); -- 2.17.1