From 3ed19f427127ddebc578bf0ab64cec0b6539a463 Mon Sep 17 00:00:00 2001
From: Robohash <401330+e1ven@users.noreply.github.com>
Date: Sat, 30 Mar 2013 05:40:08 +0000
Subject: [PATCH] remove static
---
templates/root.html | 112 ++++++++++++++++++++++----------------------
1 file changed, 56 insertions(+), 56 deletions(-)
diff --git a/templates/root.html b/templates/root.html
index 7e73c1a..47ce6f1 100644
--- a/templates/root.html
+++ b/templates/root.html
@@ -19,16 +19,16 @@ colin@robohash.org
-

-
http://static1.robohash.org/{{ip}}.png
+

+
http://robohash.org/{{ip}}.png
@@ -214,7 +214,7 @@ document.onkeypress = stopRKey;
function submitform()
{
var x = document.getElementById("idimg");
- x.setAttribute("src", "https://static1.robohash.org/" + document.getElementById("textform").query.value );
+ x.setAttribute("src", "https://robohash.org/" + document.getElementById("textform").query.value );
var y = document.getElementById("YourIP");
y.innerHTML = "http://robohash.org/" + document.getElementById("textform").query.value;
@@ -225,7 +225,7 @@ function submitform()
@@ -332,16 +332,16 @@ src="//static1.robohash.org/static/img/indented_star.png" width="27" height="25"
{% set c4 = ''.join(random.choice(string.ascii_uppercase + string.digits) for x in range(3)) + ".png?set=set2" %}
{% set c5 = ''.join(random.choice(string.ascii_uppercase + string.digits) for x in range(3)) + ".png?set=set2" %}
-