Skip to content

Commit 62c8064

Browse files
committed
fixup js
1 parent 763f078 commit 62c8064

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

Resources/Private/Templates/BuilderModule/Domainmodelling.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,10 @@
1818
// InputEx needs a correct path to this image
1919
inputEx.spacerUrl = "/_assets/705f31da96f0870eac9db412ee92df1f/jsDomainModeling/wireit/lib/inputex/images/space.gif";
2020

21-
// YAHOO.util.Event.onDOMReady(function() {
21+
YAHOO.util.Event.onDOMReady(function() {
22+
console.log("On don ready");
2223
const editor = new WireIt.WiringEditor(extbaseModeling_wiringEditorLanguage);
23-
const initialWarnings = initialWarnings;
24-
if (initialWarnings.length > 0) {
25-
editor.alert('Warning', initialWarnings.join('<br />'));
26-
}
27-
// });
24+
});
2825
</script>
2926
</f:section>
3027
</html>

0 commit comments

Comments
 (0)