once again, uncomment splash screen code.

This commit is contained in:
Saman Bemel-Benrud
2013-03-26 20:24:15 -04:00
parent e6141d691c
commit d3352a6c62
+2 -2
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);