Skip to content

Commit

Permalink
Use alternate path to the CoolIris slideshow that fixes the problem
Browse files Browse the repository at this point in the history
with Adobe not properly signing TextLayout.swz.  Fixes #1390.
  • Loading branch information
bharat committed Sep 23, 2010
1 parent 93d1a81 commit 3b84759
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/slideshow/helpers/slideshow_theme.php
Expand Up @@ -20,7 +20,7 @@
class slideshow_theme_Core {
static function page_bottom($theme) {
$proto = request::protocol();
return "<script src=\"$proto://apps.cooliris.com/slideshow/go.js\" " .
return "<script src=\"$proto://e.cooliris.com/slideshow/v/37732/go.js\" " .
"type=\"text/javascript\"></script>";
}
}

1 comment on commit 3b84759

@scupoli
Copy link

@scupoli scupoli commented on 3b84759 Nov 9, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Still does not work.....

Please sign in to comment.