Delete minlength & maxlength for App ID

This commit is contained in:
2018-05-23 16:24:29 +02:00
parent 6c1a7aec05
commit fe9786fac0

View File

@@ -98,8 +98,6 @@ function fbr_plugin_opts_page(){
name="fbr_app_id"
value="<?php echo ($fbr_app_id) ? $fbr_app_id : null; ?>"
placeholder="Ex: 012345678901234"
minlength="15"
maxlength="15"
required />
</div>
<div class="form-group">