All Downloads are FREE. Search and download functionalities are using the official Maven repository.

public.component.assets.custom.home_basic.js Maven / Gradle / Ivy

There is a newer version: 3.0.1.11
Show newest version
if(Config){
	if(Config.VERSION){
		HomeGlobal.VERSION = Config.VERSION;
	}
}


HomeGlobal = {"homeBaseDataFinish":false,
			 "i18n":false,
			 "LANG" :"zh_CN",
			 "messageFinish":false,
			 "USER_ID":null,
			 "accessCodes":null,
			 "BIG_SCREEN":1024,
			 hs:null,
			 callbackAceAjax : function(hash){
        		 this.hs = hash;
        	 }
};

function isIE() { 
    if (!!window.ActiveXObject || "ActiveXObject" in window)  
        return true;  
    else  
        return false;  
}  

var getCookie = function (cname) {
	 var name = cname + "=";
	 var ca = document.cookie.split(';');
	 for(var i=0; i




© 2015 - 2025 Weber Informatics LLC | Privacy Policy