mirror of
https://github.com/Pathduck/gallery3.git
synced 2026-08-23 07:15:50 -04:00
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:
@@ -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>";
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user