Autocomplete field powered by google map

Ack phffft. It's because of the minified name of the file, using .min.js when not in debug mode. Internhally with Fabrik we use -min.js for compressed files, but 3rd party libs quite often use .min. If you append ?fabrikdebug=1 to that URL you gave me, so we load the uncompressed JS, you'll see it works:

http://screencast.com/t/YOHOkfhvsM

For now, I've just renamed the file to -min.js in github ....

https://github.com/Fabrik/fabrik/tree/joomla3/components/com_fabrik/libs/googlemaps/geocomplete

... but longer term I'll look at fixing our dependency management so we check for a .min.js if a -min.js doesn't exist.

So just rename that file, it should work for you in non-debug mode.

-- hugh
 
I have a different problem ... The redirect plugin is not working.

I have 2 plugins for my forms, one for new and one for edit but when I fill new form, the redirect plugin shows me both messages on new but works fine on Edit. Can you help me please?
 
Back
Top