Skip to content

Commit

Permalink
try to solve #95
Browse files Browse the repository at this point in the history
  • Loading branch information
jfoclpf committed Aug 21, 2021
1 parent 209f297 commit 448910c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/js/form.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
app.form = (function (thisModule) {
function init () {
if (app.functions.isThis_iOS()) {
$('#plateDiv').hide()
$('#plate').removeClass('mandatory')
$('#plateDiv').remove()
}
}

Expand Down

0 comments on commit 448910c

Please sign in to comment.