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 2a74fa3 commit 162c3fcCopy full SHA for 162c3fc
src/main/resources/META-INF/frontend/orgchart/dist/js/jquery.orgchart.js
@@ -14,7 +14,7 @@ import jQuery from "jquery";
14
15
(function (factory) {
16
if (typeof module === 'object' && typeof module.exports === 'object') {
17
- factory(require('jquery'), window, document);
+ factory(jQuery, window, document);
18
} else {
19
factory(jQuery, window, document);
20
}
0 commit comments