Jaxel
Well-known member
I'm having issues when running a javascript on a menu... example in this video:
This is the script that causes the issue:
using: https://ubilabs.github.io/geocomplete/
This is the script that causes the issue:
Code:
EWRatendo.address = XF.Element.newHandler(
{
init: function()
{
this.$target.find('.atendo-address').geocomplete();
},
});
XF.Element.register('atendo-address', 'EWRatendo.address');