mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Sorry marc1006, I had to revert deepcode.ai arrow function fixes because
Python API docs generator does not work all when code has arrow functions. Thanks to xet7 !
This commit is contained in:
parent
252c4b19f9
commit
f9018fc3a8
5 changed files with 12 additions and 12 deletions
|
@ -653,7 +653,7 @@ BlazeComponent.extendComponent({
|
|||
'subtext-with-parent',
|
||||
'no-parent',
|
||||
];
|
||||
options.forEach(element => {
|
||||
options.forEach(function(element) {
|
||||
if (element !== value) {
|
||||
$(`#${element} ${MCB}`).toggleClass(CKCLS, false);
|
||||
$(`#${element}`).toggleClass(CKCLS, false);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue