mirror of
https://github.com/documize/community.git
synced 2025-07-23 15:19:42 +02:00
Fix Ember lint issues and print view
This commit is contained in:
parent
40237344e2
commit
715c31a1da
15 changed files with 53 additions and 37 deletions
|
@ -63,9 +63,9 @@ export default Component.extend(AuthProvider, ModalMixin, Notifier, {
|
|||
this.set('showPermExplain', !this.get('showPermExplain'));
|
||||
|
||||
if (this.showPermExplain) {
|
||||
this.$(".perms").show();
|
||||
$(".perms").show();
|
||||
} else {
|
||||
this.$(".perms").hide();
|
||||
$(".perms").hide();
|
||||
}
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue