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);
});
});