tel8618217223380 / restylegc

Automatically exported from code.google.com/p/restylegc
0 stars 0 forks source link

Doesn't react to clicking #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Lastest google javascript file doesn't let the user click on anything

What is the expected output? What do you see instead?
Clickable calendar entries. Instead everything is static.

What version of the product are you using? On what operating system?
Latest (1.1.0).

Please provide any additional information below.
Does anyone have a copy of the google calendar js file that is newer than 
November 2010 but older than today's? The older files in the archive bring 
clicking back, but they only go until November 2010. Thanks.

Original issue reported on code.google.com by yar...@gmail.com on 29 May 2011 at 12:43

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
bug reproduced. stay tuned.

Original comment by brian.gi...@gmail.com on 4 Jun 2011 at 5:24

GoogleCodeExporter commented 9 years ago
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

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Fixed in version 1.1.1

Original comment by brian.gi...@gmail.com on 6 Jun 2011 at 5:14

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
ok solved, I had not installed the curl module 

Original comment by fbb...@gmail.com on 9 Jun 2011 at 3:55