diff --git a/docs/client/splash.html b/docs/client/splash.html deleted file mode 100644 index f5490930d0..0000000000 --- a/docs/client/splash.html +++ /dev/null @@ -1,19 +0,0 @@ - diff --git a/docs/client/splash.js b/docs/client/splash.js deleted file mode 100644 index 39cf956faa..0000000000 --- a/docs/client/splash.js +++ /dev/null @@ -1,11 +0,0 @@ -Meteor.startup(function () { - if (!document.cookie.match("splash=")) - $('body').append(Meteor.ui.render(Template.splash)); -}); - -Template.splash.events = { - 'click .submit': function () { - document.cookie = "splash=ack;expires=Sat, 23 Mar 2013 00:00:0 GMT"; - $('#splash_outer').remove(); - } -};