Switch to new CoolIris slideshow. It doesn't fix the problems, but it

gets us onto their latest codebase so as soon as they fix it on their
side it'll work for our users.
This commit is contained in:
Bharat Mediratta
2009-11-10 13:46:47 -08:00
parent 9546e19e34
commit 2d7693b2f3
2 changed files with 9 additions and 9 deletions
@@ -20,7 +20,7 @@
class slideshow_theme_Core {
static function head($theme) {
$proto = (empty($_SERVER["HTTPS"]) || $_SERVER["HTTPS"] === "off") ? "http" : "https";
return "<script src=\"$proto://lite.piclens.com/current/piclens_optimized.js\" " .
return "<script src=\"$proto://apps.cooliris.com/slideshow/go.js\" " .
"type=\"text/javascript\"></script>";
}
}