changeed internship name
This commit is contained in:
parent
b29feeada8
commit
40d015adc2
@ -7813,14 +7813,14 @@ Bitcoin.Util = {
|
|||||||
if (iVerify && oVerify) {
|
if (iVerify && oVerify) {
|
||||||
console.log("Internship Certificate Verified")
|
console.log("Internship Certificate Verified")
|
||||||
let link = getBlockchainLink(`tx/${id}`)
|
let link = getBlockchainLink(`tx/${id}`)
|
||||||
outputUI("Internship certificate", tx.floData, `Verified (${Date(tx.time)})`, link)
|
outputUI("RIBC certificate", tx.floData, `Verified (${Date(tx.time)})`, link)
|
||||||
verified.classList.remove('hide-completely')
|
verified.classList.remove('hide-completely')
|
||||||
unverified.classList.add('hide-completely')
|
unverified.classList.add('hide-completely')
|
||||||
} else {
|
} else {
|
||||||
console.log("Verification failed")
|
console.log("Verification failed")
|
||||||
verified.classList.add('hide-completely')
|
verified.classList.add('hide-completely')
|
||||||
unverified.classList.remove('hide-completely')
|
unverified.classList.remove('hide-completely')
|
||||||
outputUI("Internship certificate", id, `Not verified`)
|
outputUI("RIBC certificate", id, `Not verified`)
|
||||||
}
|
}
|
||||||
}).catch(error => console.error(error))
|
}).catch(error => console.error(error))
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user