mirror of
https://github.com/documize/community.git
synced 2025-07-23 15:19:42 +02:00
Fix up post-Enterprise Edition merge
This commit is contained in:
parent
6f495dd1c6
commit
eb56169fe5
4 changed files with 1 additions and 16 deletions
|
@ -62,14 +62,6 @@ export default Component.extend(AuthMixin, Notifier, {
|
|||
this.set('spaceType', t);
|
||||
},
|
||||
|
||||
// onSetLikes(l) {
|
||||
// this.set('allowLikes', l);
|
||||
|
||||
// schedule('afterRender', () => {
|
||||
// if (l) this.$('#space-likes-prompt').focus();
|
||||
// });
|
||||
// },
|
||||
|
||||
onSave() {
|
||||
if (!this.get('isSpaceAdmin')) return;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue