Calendar JS error when adding or editing event

Kirby

Member
Code:
jquery-3.4.1.min.js?_v=785f6572:2 jQuery.Deferred exception: this.$target.geocomplete is not a function TypeError: this.$target.geocomplete is not a function

This does happen because the geocoding JS is only included if an API key is present and auto-location is enabled, but the templates do call auto-location unconditionally.

Code:
data-xf-init="auto-location"
 
Last edited:
Back
Top