From bf7c51d4b9c2505c02a0f94d029e0e848e2f6cf6 Mon Sep 17 00:00:00 2001 From: fazo96 Date: Tue, 27 May 2014 16:02:37 +0200 Subject: [PATCH] fixed registration bug --- client/client.coffee | 1 - client/index.html | 2 +- server/server.coffee | 13 ++++++++----- server/util.coffee | 5 ----- 4 files changed, 9 insertions(+), 12 deletions(-) delete mode 100644 server/util.coffee diff --git a/client/client.coffee b/client/client.coffee index 1c8bd72..36f3c8a 100644 --- a/client/client.coffee +++ b/client/client.coffee @@ -1,7 +1,6 @@ # Homework - Client Side notes = new Meteor.Collection "notes" Deps.autorun -> Meteor.subscribe "my-notes" unless not Meteor.userId() -#Meteor.subscribe "my-notes" # User Interface Template.userInfo.events { diff --git a/client/index.html b/client/index.html index fe73f51..f7f8f44 100644 --- a/client/index.html +++ b/client/index.html @@ -65,7 +65,7 @@