From 7c8e521db0c9d76f5b63f3fdd4497e4ea7f3ede1 Mon Sep 17 00:00:00 2001 From: Fergal Moran Date: Wed, 21 Aug 2013 13:37:09 +0100 Subject: [PATCH] Upped min IE requirement to 9 --- static/js/app/site.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/app/site.js b/static/js/app/site.js index 17539d3..1e1e84d 100755 --- a/static/js/app/site.js +++ b/static/js/app/site.js @@ -97,7 +97,7 @@ define(['jquery'], function ($) { if (com.podnoms.settings.isDebug) { } else { - console.log("Looking under the hood? Check us out on github https://github.com/fergalmoran/dss"); + //console.log("Looking under the hood? Check us out on github https://github.com/fergalmoran/dss"); var console = {}; console.log = function (message) { };