[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[tor-commits] [flashproxy/js] Use relative URL for badge.png.



commit 9efecfd7be9ced260fa5106d73b8e9e68d924e45
Author: David Fifield <david@xxxxxxxxxxxxxxx>
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");
 



_______________________________________________
tor-commits mailing list
tor-commits@xxxxxxxxxxxxxxxxxxxx
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits