Files
User A0264400 a766acdc90 first commit
2026-04-01 23:20:16 +03:00

4 lines
90 B
JavaScript

jQuery(document).ready(function($) {
$('#pw-weak').remove();
$('.pw-weak').remove();
});