- aggiornato l'Editor HTML
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user