remove keyhandler for enter key again
It didn't work with autocomplete.js when selecting a proposal.
This commit is contained in:
@@ -3,12 +3,6 @@ $(document).ready(function(){
|
||||
|
||||
$('#search-submit').click(plot);
|
||||
|
||||
$('#search-input').keypress(function(e) {
|
||||
if(e.which == 13) {
|
||||
plot();
|
||||
}
|
||||
});
|
||||
|
||||
renderGroupBy();
|
||||
updateSearchLimitValue();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user