Add simpleid-1.0.5
diff --git a/simpleid/www/html/openid-consent.js b/simpleid/www/html/openid-consent.js
new file mode 100644
index 0000000..52bd63c
--- /dev/null
+++ b/simpleid/www/html/openid-consent.js
@@ -0,0 +1,7 @@
+$(document).ready(function() {
+    $('.return-to-suspect').click(function() {
+        if ($(this).attr('checked') == false) return true;
+        
+        return confirm(l.openid_suspect);
+    });
+});