mirror of
https://github.com/pandorafms/pandorafms.git
synced 2025-07-31 01:35:36 +02:00
Fixed
This commit is contained in:
parent
e7d509cc74
commit
ba997dd13f
@ -257,7 +257,11 @@ if (!$double_auth_enabled && $config['2FA_all_users'] != ''
|
|||||||
//document.location.reload();
|
//document.location.reload();
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.show(); </script>
|
.show();
|
||||||
|
// Don't allow close the dialog with X button
|
||||||
|
$('.ui-dialog-titlebar-close').css('display', 'none');
|
||||||
|
|
||||||
|
</script>
|
||||||
<?php
|
<?php
|
||||||
echo '</div>';
|
echo '</div>';
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user