stuffwithme:
Here the script complains in firefox about the object "FfclientConfig" not being defined. It is used here:
Here the script complains in firefox about the object "FfclientConfig" not being defined. It is used here:
I don't currently have a version of Firefox on Linux to debug with so I'm working in the blind.
The page JavaScript sets the configuration for the JavaScript in the file ff-chat-1.2.min.js so this file needs to be loaded first. I've introduced the following line onto the page, but I can't test to see if it's made any difference (please let me know).
$(document).ready(function() {
});
6 years