Fixed FELIX-2243 /Bundle Plugin 'Find All" button generates error with Opera/
https://issues.apache.org/jira/browse/FELIX-2243

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@929892 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/webconsole/src/main/resources/res/ui/bundles.js b/webconsole/src/main/resources/res/ui/bundles.js
index c739abd..b263597 100644
--- a/webconsole/src/main/resources/res/ui/bundles.js
+++ b/webconsole/src/main/resources/res/ui/bundles.js
@@ -205,6 +205,7 @@
 		var el = $(this).parent().find('input.filter');
 		var filter = el.val();
 		if (filter) $.get(pluginRoot + '/.json', { 'filter' : filter }, renderData, 'json');
+		return false;
 	});
 
 	// upload dialog