[tor-commits] [flashproxy/js] Use relative URL for badge.png.
dcf at torproject.org
dcf at torproject.org
Mon Apr 2 16:40:50 UTC 2012
commit 9efecfd7be9ced260fa5106d73b8e9e68d924e45
Author: David Fifield <david at bamsoftware.com>
Date: Sat Mar 31 16:47:53 2012 -0700
Use relative URL for badge.png.
---
flashproxy.js | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/flashproxy.js b/flashproxy.js
index 754e22e..178b7ba 100644
--- a/flashproxy.js
+++ b/flashproxy.js
@@ -488,7 +488,7 @@ function Badge()
a.setAttribute("href", FLASHPROXY_INFO_URL);
img = document.createElement("img");
- img.setAttribute("src", "https://crypto.stanford.edu/flashproxy/badge.png");
+ img.setAttribute("src", "badge.png");
subdiv = document.createElement("div");
More information about the tor-commits
mailing list