Skip to content

Commit

Permalink
Merge pull request #240 from basoro/mlite
Browse files Browse the repository at this point in the history
Update
  • Loading branch information
basoro authored Oct 14, 2024
2 parents 0319505 + 24a04dc commit 04af296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/vclaim/view/admin/form.sep.html
Original file line number Diff line number Diff line change
Expand Up @@ -735,7 +735,7 @@ <h4 class="panel-title">
var url = baseURL + '/vclaim/finger/' + no_kartu + '?t=' + mlite.token
$.get(url,function (data) {
var data = JSON.parse(data);
if(data.response.status != 'Peserta belum melakukan validasi finger print') {
if(data.response.status == 'Peserta belum melakukan validasi finger print') {
openFingerprint(no_kartu);
} else {
alert(data.response.status)
Expand Down

0 comments on commit 04af296

Please sign in to comment.