From f57989af20fc7b8618f20702408db3f3222b263c Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 21 May 2013 23:42:25 -0400 Subject: [PATCH] localize library changed messages per user --- dashboard-ui/scripts/search.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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) {