fix bug list circuits and transactionsenabled
This commit is contained in:
@@ -84,7 +84,6 @@ export default defineComponent({
|
||||
}
|
||||
|
||||
function mounted() {
|
||||
initprompt()
|
||||
|
||||
let primo = true
|
||||
const mytime = 10000
|
||||
@@ -131,17 +130,6 @@ export default defineComponent({
|
||||
}
|
||||
}
|
||||
|
||||
function initprompt() {
|
||||
window.addEventListener('beforeinstallprompt', function (event) {
|
||||
// console.log('******************************** beforeinstallprompt fired')
|
||||
event.preventDefault()
|
||||
// console.log('§§§§§§§§§§§§§§§§§§§§ IMPOSTA DEFERRED PROMPT !!!!!!!!!!!!!!!!! ')
|
||||
// #Todo++ IMPOSTA DEFERRED PROMPT
|
||||
return false
|
||||
})
|
||||
|
||||
}
|
||||
|
||||
function getPermission() {
|
||||
return Notification.permission
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user