const utentePrivilege = ''; const centroUtente = ''; const partecipantePrivilege = 0; const tutorPrivilege = 1; const agenziaPrivilege = 2; const adminPrivilege = 3; const lblErrorHttp = 'Errore invio dati HTTP'; const lblSaveBtn = 'Salva'; const lblNewBtn = 'Nuovo'; const lblRefreshBtn = 'Aggiorna lista'; const lblBackBtn = 'Indietro'; const lblOpenBtn = 'Apri'; const lblMsgError = ""; const notifEnabled = ''; const lblNotif = "notif.dex"; const indexUrl = 'https://fsc.unlockd.it/index.php'; $(document).ready(function() { if((lblMsgError) && (lblMsgError != 'null')) { showError(lblMsgError); } if(notifEnabled) { showMessage(lblNotif); } });