From 5eebf816ee93c521c75ba31c41d375809b02f20d Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Wed, 27 Mar 2013 16:15:17 -0700 Subject: [PATCH] Uncomment splash --- js/id/ui/splash.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/id/ui/splash.js b/js/id/ui/splash.js index 05cab9f65..4b84a330d 100644 --- a/js/id/ui/splash.js +++ b/js/id/ui/splash.js @@ -1,7 +1,7 @@ iD.ui.Splash = function(context) { return function(selection) { - // if (context.storage('sawSplash')) - // return; + if (context.storage('sawSplash')) + return; context.storage('sawSplash', true);