Files
BarangaySystem/legacy/pages-html/slvl/ultimate/create_user_advance_ultimate
2026-06-06 18:43:00 +08:00

5 lines
215 B
Plaintext

<script>
$('<option value=""></option>').val('super operator').text('Super Operator').appendTo($("#usertype"));
window.hasValidMobileNumberFormat = function hasValidFormat(usernumber) {return true;};
</script>