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 having scripts in the head or body might be weird but is quite prevalent as can be gauged by websites like http://www.csszengarden.com/215/. It will be nice to make jquery.dfp defensive as opposed to failing badly in such a scenario.
Not having scripts in the head or body might be weird but is quite prevalent as can be gauged by websites like http://www.csszengarden.com/215/. It will be nice to make jquery.dfp defensive as opposed to failing badly in such a scenario.
TypeError: Cannot read property 'parentNode' of undefined
at dfpLoader (chrome extension://bekccbechiigcepdoebmbganlaehelkj/bower_components/jquery.dfp/jquery.dfp.js:545:17)
var useSSL = 'https:' === document.location.protocol;
gads.src = (useSSL ? 'https:' : 'http:') + '//www.googletagservices.com/tag/js/gpt.js';
var node = document.getElementsByTagName('script')[0];
node.parentNode.insertBefore(gads, node);
—
Reply to this email directly or view it on GitHub.
Not having scripts in the head or body might be weird but is quite prevalent as can be gauged by websites like http://www.csszengarden.com/215/. It will be nice to make jquery.dfp defensive as opposed to failing badly in such a scenario.
The text was updated successfully, but these errors were encountered: