diff options
Diffstat (limited to 'www/warned.html')
-rw-r--r-- | www/warned.html | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/www/warned.html b/www/warned.html deleted file mode 100644 index 3cc0a91..0000000 --- a/www/warned.html +++ /dev/null @@ -1,16 +0,0 @@ -<!DOCTYPE html> -<html><head><script> -document.cookie = "warned=1; Expires=Tue, 19 Jan 2038 00:00:00 GMT; HttpOnly"; -var l = /language=[^&]*/.exec(location.search)[0].replace(/[ \t]/g, '').split(","); -loop: for (var i = 0; i < l.length; i++) { - switch (l[i].split(';')[0]) { - case "en": var lang = "en"; break loop; - case "fr": var lang = "fr"; break loop; - } -} -localStorage.persistent = { - hdisable: location.search.indexOf("hdisable=on") > -1, - language: lang || "en" -}; -location.replace("./"); -</script></head><body>If you're seeing this, something's gone wrong. Go back and try again, and if it still doesn't work, file a bug.</body></html> |