diff options
Diffstat (limited to 'js/image.js')
| -rw-r--r-- | js/image.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/js/image.js b/js/image.js index 1f36473..3138299 100644 --- a/js/image.js +++ b/js/image.js @@ -38,7 +38,7 @@ function giveImage(t) { function proxify (url) { if (url.indexOf("http") == 0) - return "/cgi-bin/proxy?" + url.replace(/^https?:\/\//, ""); + return "/cgi-bin/proxy?" + url.replace(/^https/, "http"); else return url } |
