Fixing keyword selector not working properly
This commit is contained in:
parent
33ae0ad637
commit
68796479f0
@ -66,7 +66,8 @@
|
||||
|
||||
onSearch();
|
||||
|
||||
$('#searchKeyword,#minScore,#hintSteps,#walkingDist,#maxResults').change(function() { onSearch(getFeaturesGrapher); });
|
||||
$('#searchKeyword').change(function() { onSearch(); });
|
||||
$('#minScore,#hintSteps,#walkingDist,#maxResults').change(function() { onSearch(getFeaturesGrapher); });
|
||||
$('#historyIndex').on('slideStop', onSelectSnapshot);
|
||||
$('#learn').click(onLearn);
|
||||
$('#forget').click(onForget);
|
||||
|
Loading…
Reference in New Issue
Block a user