mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-04-21 04:49:29 +00:00
@@ -689,16 +689,6 @@
|
||||
return (this.occurrenceId && this.userHasRSVP);
|
||||
};
|
||||
|
||||
/**
|
||||
* @function isReadOnly
|
||||
* @memberof Component.prototype
|
||||
* @desc Check if the component is not editable and not an invitation
|
||||
* @returns true or false
|
||||
*/
|
||||
Component.prototype.isReadOnly = function() {
|
||||
return (this.isReadOnly && !this.userHasRSVP);
|
||||
};
|
||||
|
||||
/**
|
||||
* @function enablePercentComplete
|
||||
* @memberof Component.prototype
|
||||
|
||||
Reference in New Issue
Block a user