You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AddThis uses url with the hash to pass account ID to the javascript.
When I'm lazy-loading - //s7.addthis.com/js/300/addthis_widget.js#pubid=MYID&domready=1 - there is no request being sent and ocLazyLoad promise returns success, even though nothing has loaded.
It used to work with 0.5.2. But not with the recent 0.6.3 and 1.0.0-alpha.
The text was updated successfully, but these errors were encountered:
AddThis uses url with the hash to pass account ID to the javascript.
When I'm lazy-loading -
//s7.addthis.com/js/300/addthis_widget.js#pubid=MYID&domready=1
- there is no request being sent and ocLazyLoad promise returns success, even though nothing has loaded.It used to work with 0.5.2. But not with the recent 0.6.3 and 1.0.0-alpha.
The text was updated successfully, but these errors were encountered: