VENOM-10: Clean Up Code
This commit is contained in:
parent
7d540d809a
commit
85549fbd43
10 changed files with 28 additions and 35 deletions
|
|
@ -310,6 +310,12 @@ const rippler = new VRipple();
|
|||
window._openVSelect = this;
|
||||
this.isOpen = true;
|
||||
}
|
||||
let l = $('v-label', this).classList;
|
||||
if (this.isOpen) {
|
||||
l.add('open');
|
||||
} else {
|
||||
l.remove('open');
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
2
public/theme/admin/js/scripts.min.js
vendored
2
public/theme/admin/js/scripts.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue