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
Not exactly sure what the issue is (no time to debug ATM), but discovered a script element created by domify doesn't load its src when its added to the dom, unlike a script tag added via document.createElement('script').
Not exactly sure what the issue is (no time to debug ATM), but discovered a
scriptelement created bydomifydoesn't load its src when its added to the dom, unlike a script tag added viadocument.createElement('script').