mirror of
https://github.com/documize/community.git
synced 2025-07-19 05:09: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
|
@ -84,7 +84,7 @@ export default Component.extend(Notifier, {
|
|||
|
||||
actions: {
|
||||
change() {
|
||||
const selectEl = this.$('#maxTags')[0];
|
||||
const selectEl = $('#maxTags')[0];
|
||||
const selection = selectEl.selectedOptions[0].value;
|
||||
|
||||
this.set('maxTags', parseInt(selection));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue