5 lines
215 B
Plaintext
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>
|