Skip to content

Commit

Permalink
NavbarFormBehavior that adds .navbar-form (unused since v4) (#1032)
Browse files Browse the repository at this point in the history
(cherry picked from commit ee39b1c)
  • Loading branch information
vrozkovec authored and martin-g committed Feb 15, 2024
1 parent 780c35a commit 633db52
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 34 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,6 @@ public NavbarForm(String componentId, IModel<T> model) {
super(componentId, model);
}

@Override
protected void onInitialize() {
super.onInitialize();

add(new NavbarFormBehavior());
}

@Override
public void onComponentTag(ComponentTag tag) {
if (!"form".equals(tag.getName())) {
Expand Down

This file was deleted.

0 comments on commit 633db52

Please sign in to comment.