I have tried editing /components/com_facileforms/libraries/crosstec/BFQuickMode.php from:
JFactory::getDocument()->addScript(JURI::root() . 'components/com_facileforms/libraries/jquery/jquery.min.js');
JFactory::getDocument()->addScript(JURI::root() . 'components/com_facileforms/libraries/jquery/tooltip.js');
to this:
JFactory::getDocument()->addScript('https://www.mydomain.com/components/com_facileforms/libraries/jquery/jquery.min.js');
JFactory::getDocument()->addScript('https://www.mydomain.com/components/com_facileforms/libraries/jquery/tooltip.js');
You would think that this would work but it is not changing the code in the page at all. I have outright deleted these lines from the file and the scripts still get injected somehow. Does BF cache the forms?
My Caching in Joomla is off.
I can't figure this out.