vrfs-884: removed commented code
This commit is contained in:
parent
3968f4015a
commit
88f9339fe2
|
|
@ -197,15 +197,6 @@
|
|||
}
|
||||
|
||||
function events() {
|
||||
/*
|
||||
$("#musician_query_distance").keypress(function(evt) {
|
||||
if (evt.which === 13) {
|
||||
evt.preventDefault();
|
||||
refreshDisplay();
|
||||
}
|
||||
});
|
||||
$('#btn-refresh-musicians').on("click", refreshDisplay);
|
||||
*/
|
||||
$('#musician_query_distance').change(refreshDisplay);
|
||||
$('#musician_instrument').change(refreshDisplay);
|
||||
$('#musician_order_by').change(refreshDisplay);
|
||||
|
|
|
|||
Loading…
Reference in New Issue