Skip to content

Commit

Permalink
Merge pull request #186 from jcachuryb/master
Browse files Browse the repository at this point in the history
Campsite Filters don't exclude campgroundws search
  • Loading branch information
xzzy authored Feb 4, 2025
2 parents b451cd8 + 596dccd commit 813d637
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -629,7 +629,7 @@ export default {
}
if (featurescs.size > 0) {
if (cs_features == true) {
return;
skip_cg = true;
}
}
// END Remove CG
Expand Down
2 changes: 1 addition & 1 deletion parkstay/frontend/searchavail2/src/utils/map_init_mount.js
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ export default function (vm) {
duration: 1000,
});
return true;
}, 100)
}, 300)
},
{
layerFilter: function (layer) {
Expand Down
2 changes: 1 addition & 1 deletion parkstay/static/searchavail2_vue/js/main-legacy.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion parkstay/static/searchavail2_vue/js/main.js

Large diffs are not rendered by default.

0 comments on commit 813d637

Please sign in to comment.