diff options
author | Alex Xu <alex_y_xu@yahoo.ca> | 2014-01-24 18:07:37 -0500 |
---|---|---|
committer | Alex Xu <alex_y_xu@yahoo.ca> | 2014-01-24 18:07:37 -0500 |
commit | 3a367a00e45880de6b5472c07ce65043ab83eae7 (patch) | |
tree | d361c4212e1a4745ebd0ade192769a7cf50a3150 /www/warned.html | |
parent | 941668dbb44260573f6c7d590e120a986ac99c62 (diff) | |
parent | 4dc2aa175624a4d29e4c4e8d3881461df093d13f (diff) | |
download | html5ks-3a367a00e45880de6b5472c07ce65043ab83eae7.tar.xz html5ks-3a367a00e45880de6b5472c07ce65043ab83eae7.zip |
Merge branch 'master' of happinessforme.com:html5ks
Conflicts:
Makefile
www/js/api.js
Diffstat (limited to 'www/warned.html')
-rw-r--r-- | www/warned.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/warned.html b/www/warned.html new file mode 100644 index 0000000..5d44d7c --- /dev/null +++ b/www/warned.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html><head> +<script> +localStorage.persistent = { + hdisable: location.search.indexOf("hdisable=on") > -1, + language: location.search.search("language=.*[=,]en") > -1 ? "en" : "fr" +}; +location.replace("./"); +</script> +</head><body>If you're seeing this, something's gone wrong. Go back and report a bug.</body></html> |