Gitiles
Code Review
Sign In
review.sourcearcade.org
/
sourcearcade
/
ee52fbc1915703d37abe23c297f5f4e077a1a0af
/
.
/
simpleid
/
www
/
html
/
openid-consent.js
blob: 52bd63c5ba3ba38430bf0ae32dfe26be1ee36600 [
file
] [
log
] [
blame
]
$
(
document
).
ready
(
function
()
{
$
(
'.return-to-suspect'
).
click
(
function
()
{
if
(
$
(
this
).
attr
(
'checked'
)
==
false
)
return
true
;
return
confirm
(
l
.
openid_suspect
);
});
});