Gitiles
Code Review
Sign In
review.sourcearcade.org
/
sourcearcade
/
ee52fbc1915703d37abe23c297f5f4e077a1a0af
/
.
/
simpleid
/
www
/
html
/
openid-consent.js
blob: 52bd63c5ba3ba38430bf0ae32dfe26be1ee36600 [
file
] [
log
] [
blame
]
Nico Huber
ee52fbc
2023-06-24 11:52:57 +0000
[
diff
] [
blame^
]
1
$
(
document
).
ready
(
function
()
{
2
$
(
'.return-to-suspect'
).
click
(
function
()
{
3
if
(
$
(
this
).
attr
(
'checked'
)
==
false
)
return
true
;
4
5
return
confirm
(
l
.
openid_suspect
);
6
});
7
});