Skip to content

Commit

Permalink
There is no more group.js
Browse files Browse the repository at this point in the history
GroupWidget still triggered loading the removed "group.js".
#30
  • Loading branch information
kasemir committed Sep 11, 2023
1 parent 649d637 commit 3e87a12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/dbwr/widgets/GroupWidget.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ public class GroupWidget extends BaseMacroWidget
{
WidgetFactory.registerLegacy("org.csstudio.opibuilder.widgets.groupingContainer", "group");
WidgetFactory.addCSS("group.css");
WidgetFactory.addJavaScript("group.js");
}

private final String name;
Expand Down

0 comments on commit 3e87a12

Please sign in to comment.