removed a log

This commit is contained in:
Francesco Mangiacrapa 2019-10-07 17:19:27 +02:00
parent 775660833e
commit 5fe27619ce
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ goToHomeLink = function (divId) {
var myDiv = document.getElementById(divId);
var myHost = window.linktogateway.substring(0, window.linktogateway.lastIndexOf("/"));
console.log("my host: "+myHost)
//console.log("my host: "+myHost)
if(myDiv && myHost){
myDiv.innerHTML= myDiv.innerHTML + ". <a target=\"_blank\" href="+myHost+"/home"+">Go to Login...</a>";