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 763f078 commit 62c8064Copy full SHA for 62c8064
Resources/Private/Templates/BuilderModule/Domainmodelling.html
@@ -18,13 +18,10 @@
18
// InputEx needs a correct path to this image
19
inputEx.spacerUrl = "/_assets/705f31da96f0870eac9db412ee92df1f/jsDomainModeling/wireit/lib/inputex/images/space.gif";
20
21
- // YAHOO.util.Event.onDOMReady(function() {
+ YAHOO.util.Event.onDOMReady(function() {
22
+ console.log("On don ready");
23
const editor = new WireIt.WiringEditor(extbaseModeling_wiringEditorLanguage);
- const initialWarnings = initialWarnings;
24
- if (initialWarnings.length > 0) {
25
- editor.alert('Warning', initialWarnings.join('<br />'));
26
- }
27
- // });
+ });
28
</script>
29
</f:section>
30
</html>
0 commit comments