uncomment splash modal.

This commit is contained in:
Saman Bemel-Benrud
2013-03-26 19:09:38 -04:00
parent 4ef6299d9d
commit d4f19c2b85

View File

@@ -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);