Closed GoogleCodeExporter closed 9 years ago
Having the same issue. The page I embedded it on is now blank. And when I go to
the referring embed URL it says "temporarily moved here" -- and then when i
click on that link, it takes me to an absolutely empty google calendar.
Original comment by jaspryph...@gmail.com
on 13 Jun 2014 at 7:14
[deleted comment]
[deleted comment]
The sample on the main RESTYLEgc site is also not working.
http://www.restylegc.com/#example
Original comment by douggjos...@gmail.com
on 6 Jul 2014 at 5:59
I just comment out the following line:
$pattern = '/src="(.*\.js)"/';
$replacement = 'src="restylegc-js.php?$1"';
$buffer = preg_replace($pattern, $replacement, $buffer);
It will use the default Google's JS (instead of restylegc's), which I am not
using anyway.
Original comment by TeraVo...@gmail.com
on 16 Dec 2014 at 2:50
Original issue reported on code.google.com by
ewett...@gmail.com
on 13 Dec 2009 at 2:07