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