diff --git a/dashboard-ui/scripts/search.js b/dashboard-ui/scripts/search.js index 485a565412..e6215d55d1 100644 --- a/dashboard-ui/scripts/search.js +++ b/dashboard-ui/scripts/search.js @@ -256,7 +256,7 @@ if (next) { next.focus(); } - + return false; } // Up @@ -269,7 +269,7 @@ } else { $('#txtSearch', parentElem)[0].focus(); } - + return false; } }); @@ -284,6 +284,7 @@ first.focus(); } + return false; } }).on("keyup", function (e) {