Fix typo
This commit is contained in:
parent
81dc66c5a7
commit
5a1bf5b628
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ jQuery('document').ready(function(){
|
||||||
jQuery('#travelers-select').append(opt);
|
jQuery('#travelers-select').append(opt);
|
||||||
}
|
}
|
||||||
jQuery( "#travelers-select" ).selectable({
|
jQuery( "#travelers-select" ).selectable({
|
||||||
stop: filterByTravelerClick()
|
stop: filterByTravelerClick
|
||||||
});
|
});
|
||||||
if(typeof google !== 'undefined'){
|
if(typeof google !== 'undefined'){
|
||||||
// reinit map in case google maps loaded before this script did
|
// reinit map in case google maps loaded before this script did
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue