Skip to content

Commit 69f064f

Browse files
authored
Update terminal-verification.html
1 parent 5451f36 commit 69f064f

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

terminal-verification.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -913,6 +913,8 @@
913913
</div>
914914
</div>
915915
`;
916+
}
917+
}
916918

917919
// TAMBAH FUNCTION saveQRCode() DI BAWAH
918920
// FUNCTION saveQRCode() YANG BETUL
@@ -988,10 +990,8 @@
988990
}, 300);
989991
}
990992
}
991-
}
992-
}
993-
994-
function copyCID() {
993+
994+
function copyCID() {
995995
navigator.clipboard.writeText(CID).then(() => {
996996
const copyBtn = consoleContent.querySelector('button[onclick="copyCID()"]');
997997
if (copyBtn) {

0 commit comments

Comments
 (0)