Closed GoogleCodeExporter closed 9 years ago
[deleted comment]
Confirmed. Firefox error console (and Firebug) give:
$.put is not a function
line 70 of restylegc-js.php
Original comment by hungryhu...@gmail.com
on 2 Jun 2011 at 9:58
bug reproduced. stay tuned.
Original comment by brian.gi...@gmail.com
on 4 Jun 2011 at 5:24
You can thank a fellow user for the fix. I'll have an updated version out
before the end of the weekend. Meanwhile, if you want to patch your own code,
here's how:
Looks like the newest Google Calendar javascript has a conflict with jQuery.
It fan be fixed by putting jQuery into compatibility mode with --
jQuery.noConflict();
And then in your restylegc function instead of using $(..) use jQuery(..) for
jQuery calls.
Original comment by brian.gi...@gmail.com
on 4 Jun 2011 at 5:55
[deleted comment]
Fixed in version 1.1.1
Original comment by brian.gi...@gmail.com
on 6 Jun 2011 at 5:14
[deleted comment]
ok solved, I had not installed the curl module
Original comment by fbb...@gmail.com
on 9 Jun 2011 at 3:55
Original issue reported on code.google.com by
yar...@gmail.com
on 29 May 2011 at 12:43