- aggiornato l'Editor HTML

This commit is contained in:
Surya Paolo
2024-09-13 19:42:55 +02:00
parent 791e18f167
commit 0872afbb39
55 changed files with 1451 additions and 1137 deletions

View File

@@ -5240,7 +5240,7 @@ export const tools = {
const site = globalStore.site
if (site) {
return site.host!
return site.host!.replace(/^(https?:\/\/)/, '');
}
return ''
},
@@ -8774,8 +8774,16 @@ export const tools = {
return { text: '<span style="color: ' + color + ';">' + checkDomain + '</span><br>', ok }
},
checkIfICanAddNewRecord() {
// Attualmente se sei loggato puoi inserire Record
return this.isLogged() && this.isUserOk()
}
// FINE !
// getLocale() {