const utentePrivilege = ""; const centroUtente = ""; const universitaPrivilege = 10; const editoriaPrivilege = 20; const adminPrivilege = 30; 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://versio.vits.it/index.php'; $(document).ready(function() { if((lblMsgError) && (lblMsgError != 'null')) { showError(lblMsgError); } if(notifEnabled) { showMessage(lblNotif); } });