if (typeof jQuery != "undefined") {
(function($){
$(document).ready(function(){
var html_alert = "";
html_alert += 'Il tuo browser non รจ aggiornato. Potrebbe non visualizzare correttamente le pagine di questo e altri siti. Aggiorna il tuo browser! Se hai bisogno di aiuto contattaci al numero 02 21809080.';
// inizializzo il metodo SolSslCheck
if (!window.hs)
window.hs = null;
var config = {
"window" : window,
"jQuery" : $,
"message" : html_alert,
"loginButtonId" : "#loginFormButton",
"loginFormId" : "#loginForm",
"ctr": "404",
"hs" : hs,
"cms_enable_https" : true, // tutto a true per DEV
"save_session_status_url" : "/save-session-status-noauth"
};
var ist_SolSslCheck = new SolSslCheck(config);
ist_SolSslCheck.init();
});
})(jQuery);
}