- πΊπΈUnited States sunil jolapara 3265 Summitrun Drive, Independence, KY, 41051
- πΊπΈUnited States sunil jolapara 3265 Summitrun Drive, Independence, KY, 41051
Thanks for your help with this library!
Certain users' browsers block the Olark javascript snippet, possibly via adblockers or privacy settings. It results in this error:
ReferenceError: olark is not defined
I'm not sure what the best convention for javascript is, but one option would be to set a default for olark at the bottom of the javascript file, i.e.,
}(Drupal, window.olark || null, navigator)); // You would then need to check olark===null rather than olark===undefined above.
Another option could be to pass window to the function and check for window.olark rather than assuming olark exists already.
Closed: duplicate
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.