1

Fixing keyword selector not working properly

This commit is contained in:
Alex Yatskov 2015-01-05 18:17:40 +09:00
parent 33ae0ad637
commit 68796479f0

View File

@ -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);