Ok, so - why does it only work with Internet Explorer?
Can I make it work with Google Chrome, Firefox and Safari, ect?
Because on every other browser it gets stuck at "Wait while we connect you. "
But on internet Explorer it directly connects me?
Help? (I'm using Windows Vista)
____________________________________
I have replaced
Code:
this. fallback = false;
to
Code:
if (navigator. appName == 'Microsoft Internet Explorer') {
this. fallback = false;
} else {
this. fallback = true;
}
in thee class/js/aardvark. php to fix firefox issue and keep default setting for IE. Also, now helpcenterlive works fine in Opera browser too.
-noise (All credit goes to Noise)