macek/google_pacman

Cannot call method 'append' of undefined

Closed this issue · 1 comments

index.html:218

Uncaught TypeError: Cannot call method 'append' of undefined

a = document.createElement("script");
a.type = "text/javascript";
a.src = "logos/js/pacman10-hp.2.js";
google.dom.append(a)

Skizo fixed the relative paths. Thanks!