forked from Mirrors/keyoxide-web
Fix function calls
This commit is contained in:
parent
e5265a899d
commit
50462846af
1 changed files with 2 additions and 2 deletions
|
@ -91,11 +91,11 @@ export function init() {
|
|||
}
|
||||
|
||||
if (elUtilQR) {
|
||||
runQRUtility
|
||||
runQRUtility()
|
||||
}
|
||||
|
||||
if (elUtilProfileURL) {
|
||||
runProfileURLUtility
|
||||
runProfileURLUtility()
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue