Skip to content

Commit

Permalink
fixup js
Browse files Browse the repository at this point in the history
  • Loading branch information
PKuhlmay committed Aug 9, 2024
1 parent 7787600 commit 135b509
Showing 1 changed file with 3 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,10 @@
// InputEx needs a correct path to this image
inputEx.spacerUrl = "/_assets/705f31da96f0870eac9db412ee92df1f/jsDomainModeling/wireit/lib/inputex/images/space.gif";

// YAHOO.util.Event.onDOMReady(function() {
YAHOO.util.Event.onDOMReady(function() {
console.log("On don ready");
const editor = new WireIt.WiringEditor(extbaseModeling_wiringEditorLanguage);
const initialWarnings = initialWarnings;
if (initialWarnings.length > 0) {
editor.alert('Warning', initialWarnings.join('<br />'));
}
// });
});
</script>
</f:section>
</html>

0 comments on commit 135b509

Please sign in to comment.