blob: 52bd63c5ba3ba38430bf0ae32dfe26be1ee36600 [file] [log] [blame]
Nico Huberee52fbc2023-06-24 11:52:57 +00001$(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});