Skip to content
Snippets Groups Projects
Commit 51cab577 authored by juanf's avatar juanf
Browse files

Search event changed to onchange from onkeyup

SVN: 36049
parent 4dd7eee0
No related branches found
No related tags found
No related merge requests found
......@@ -154,7 +154,7 @@ function SideMenuWidgetView(sideMenuWidgetController, sideMenuWidgetModel) {
var searchElement = $("<input>", {"id": "search", "type": "text", "class": "form-control search-query", "placeholder": "Search"});
searchElement.keyup(searchFunction);
searchElement.change(searchFunction);
var $searchForm = $("<li>")
.append($("<form>", {"class": "navbar-form", "onsubmit": "return false;", "style": "padding-right:0px;"})
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment