We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6cd9c4 commit 6bedd57Copy full SHA for 6bedd57
web_src/js/features/common-organization.js
@@ -2,7 +2,7 @@ import {initCompLabelEdit} from './comp/LabelEdit.js';
2
import {toggleElem} from '../utils/dom.js';
3
4
export function initCommonOrganization() {
5
- if (!document.querySelectorAll('.organization')) {
+ if (document.querySelectorAll('.organization').length === 0) {
6
return;
7
}
8
0 commit comments