a
This commit is contained in:
parent
277a85bc92
commit
a05189ee59
|
|
@ -86,6 +86,7 @@
|
|||
document.addEventListener("DOMContentLoaded", function(event) {
|
||||
|
||||
// Here we register a callback function to get the NFC tag's content
|
||||
alert("NFCToolsKBC");
|
||||
NFCToolsKBC.getInstance().registerCallback(function(content){
|
||||
// Do what you want here with the content
|
||||
|
||||
|
|
@ -96,5 +97,5 @@
|
|||
|
||||
});
|
||||
|
||||
alert("KANE");
|
||||
// alert("KANE");
|
||||
</script>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user