Updated riso.app with Site Configuration Parameter

This commit is contained in:
Surya Paolo
2022-11-29 00:16:25 +01:00
parent 58dc1dfdcc
commit 9d32f92589
107 changed files with 738 additions and 1851 deletions

View File

@@ -129,7 +129,7 @@ export default defineComponent({
if (!!username) {
notifsel.value.dest = ''
console.log('refreshdata')
// console.log('refreshdata')
loading.value = true
return notifStore.updateNotifDataFromServer({

View File

@@ -86,10 +86,10 @@ export default defineComponent({
}
function checkifpolling() {
console.log('checkifpolling')
// console.log('checkifpolling')
if (eseguipolling.value) {
if (!polling.value) {
console.log('esegui POLLING 2....')
// console.log('esegui POLLING 2....')
polling.value = setInterval(() => {
checkIfArrivedSomeNotif()
}, 2000)
@@ -167,7 +167,7 @@ export default defineComponent({
if (!!username) {
notifsel.value.dest = ''
console.log('refreshdata')
// console.log('refreshdata')
loading.value = true
return notifStore.updateNotifDataFromServer({