Skip to content

Commit

Permalink
fix: reactive front-end code for live search
Browse files Browse the repository at this point in the history
  • Loading branch information
jdum committed Mar 26, 2024
1 parent 9b1d6d3 commit fcd8a85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/abilian/web/resources/js/abilian.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,5 +182,5 @@ require(["AbilianNS", "jquery", "Hogan"], function (Abilian, $, Hogan) {
$(".tt-hint").addClass("form-control");
}

// Abilian.fn.onAppInit(initLiveSearch);
Abilian.fn.onAppInit(initLiveSearch);
});

0 comments on commit fcd8a85

Please sign in to comment.