ent #9422 2fa window close button

This commit is contained in:
edu.corral 2022-09-20 10:11:27 +02:00
parent 9ae4c7ca67
commit 133e4b87a5
1 changed files with 1 additions and 1 deletions

View File

@ -187,7 +187,7 @@ if (!$double_auth_enabled
})
.show();
// Don't allow close the dialog with X button
$('.ui-dialog-titlebar-close').css('display', 'none');
// $('.ui-dialog-titlebar-close').css('display', 'none');
</script>
<?php