mirror of
https://github.com/fazo96/markcloud.git
synced 2025-01-25 13:24:20 +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
|
if e then errCallback e
|
||||||
else notify type: 'success', msg: 'Account deleted'
|
else notify type: 'success', msg: 'Account deleted'
|
||||||
|
|
||||||
|
Template.doc.valid = -> @text?
|
||||||
Template.doc.source = -> Router.current().route.name is 'src'
|
Template.doc.source = -> Router.current().route.name is 'src'
|
||||||
Template.doc.rows = -> ""+@text.split('\n').length
|
Template.doc.rows = -> ""+@text.split('\n').length
|
||||||
Template.doc.owned = -> Meteor.user()._id is @owner
|
Template.doc.owned = -> Meteor.user()._id is @owner
|
||||||
|
Loading…
Reference in New Issue
Block a user