mirror of
https://github.com/fazo96/markcloud.git
synced 2025-01-10 11:04:21 +01:00
fix mistake
This commit is contained in:
parent
8b2522a9ee
commit
f276c97deb
@ -146,6 +146,7 @@ Template.profile.events
|
||||
if e then errCallback e
|
||||
else notify type: 'success', msg: 'Account deleted'
|
||||
|
||||
Template.doc.valid = -> @text?
|
||||
Template.doc.source = -> Router.current().route.name is 'src'
|
||||
Template.doc.rows = -> ""+@text.split('\n').length
|
||||
Template.doc.owned = -> Meteor.user()._id is @owner
|
||||
|
Loading…
Reference in New Issue
Block a user