var loc = String(document.location);
if(loc.indexOf("#")>-1){
	window.location.href = loc.replace("/#/","/");
}
