commit | ee52fbc1915703d37abe23c297f5f4e077a1a0af | [log] [tgz] |
---|---|---|
author | Nico Huber <nico.h@gmx.de> | Sat Jun 24 11:52:57 2023 +0000 |
committer | Nico Huber <nico.h@gmx.de> | Sat Jun 24 11:52:57 2023 +0000 |
tree | 8d6fbaa16f3ea4805ddf9f547aba3904b47a3a1d |
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); + }); +});