This commit is contained in:
KANE LAZENI 2026-02-08 04:20:23 +00:00
parent 277a85bc92
commit a05189ee59

View File

@ -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>