git push orgranization
This commit is contained in:
parent
831d88bba3
commit
fa6410a801
|
|
@ -70,10 +70,10 @@ function onScanSuccess(decodedText, decodedResult) {
|
||||||
},
|
},
|
||||||
success: function (response) {
|
success: function (response) {
|
||||||
if(response.success == true){
|
if(response.success == true){
|
||||||
alert(response.data.name + " " + response.data.surname + ": " + "Allowed (photo and filming)");
|
alert(response.data.name + " - " + response.data.organization + ": " + "Allowed (photo and filming)");
|
||||||
}
|
}
|
||||||
else{
|
else{
|
||||||
alert(response.data.name + " " + response.data.surname + ": " + "Not allowed (photo and filming)");
|
alert(response.data.name + " - " + response.data.organization + ": " + "Not allowed (photo and filming)");
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
dataType: "json"
|
dataType: "json"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue