I got the code for the new google.com's doodle: http://gist.github.com/567948
The problem is, all the values in the <div id="hplogo">
is changing dynamically, but not when I copy the code in my local machine.
It seems only JS + DIV, anything missing?
But now able to replicate it on my local machine.
Any suggestions?
the source on github on line 153 says:
if (!v & amp; & amp; window.location.href.indexOf("#") == -1) {
it's supposed to be
if (!v && window.location.href.indexOf("#") == -1) {
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With