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