Uncomment splash

This commit is contained in:
John Firebaugh
2013-03-27 16:15:17 -07:00
parent 54a5aaa5d1
commit 5eebf816ee
+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);