Loading src/Helpers/customParser.js +3 −3 Original line number Diff line number Diff line Loading @@ -113,7 +113,7 @@ define([ ServiceOGCLegend: function(layer) { var imgClass = 'detailsPhoto', noImgUrl = '/resources/images/noIMG.png', noImgUrl = '/res/images/noIMG.png', legendOptsParam = 'legend_options=forceLabels:on;fontAntiAliasing:true', imgUrl; Loading Loading @@ -231,7 +231,7 @@ define([ var imgSrc; if (!imagePath) { imgSrc = '/resources/images/noIMG.png'; imgSrc = '/res/images/noIMG.png'; } else if (imagePath.indexOf('/') !== 0) { imgSrc = imagePath; } else { Loading Loading @@ -274,7 +274,7 @@ define([ if (isImage(url)) { content = "<a href=" + url + " target='_blank' title=''>"; content += "<img class='" + classContainer + " loadingByImg' src=" + url + " title='" + url + "' onerror=\"this.src = '/resources/images/noIMG.png';this.style='max-width: 20rem;'\"" + "' onerror=\"this.src = '/res/images/noIMG.png';this.style='max-width: 20rem;'\"" + " onload=\"this.classList.remove('loadingByImg');\"></img></a>"; } Loading src/WhatIsRedmic/UserType.hbs +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ </p> <p> <span> <img style="margin-right: auto; margin-left: auto; display: block;" src="/resources/images/redmic_opciones_usuario.JPG" alt="redmic opciones usuario" width="40%"> <img style="margin-right: auto; margin-left: auto; display: block;" src="/res/images/redmic_opciones_usuario.JPG" alt="redmic opciones usuario" width="40%"> </span> </p> <p> Loading Loading
src/Helpers/customParser.js +3 −3 Original line number Diff line number Diff line Loading @@ -113,7 +113,7 @@ define([ ServiceOGCLegend: function(layer) { var imgClass = 'detailsPhoto', noImgUrl = '/resources/images/noIMG.png', noImgUrl = '/res/images/noIMG.png', legendOptsParam = 'legend_options=forceLabels:on;fontAntiAliasing:true', imgUrl; Loading Loading @@ -231,7 +231,7 @@ define([ var imgSrc; if (!imagePath) { imgSrc = '/resources/images/noIMG.png'; imgSrc = '/res/images/noIMG.png'; } else if (imagePath.indexOf('/') !== 0) { imgSrc = imagePath; } else { Loading Loading @@ -274,7 +274,7 @@ define([ if (isImage(url)) { content = "<a href=" + url + " target='_blank' title=''>"; content += "<img class='" + classContainer + " loadingByImg' src=" + url + " title='" + url + "' onerror=\"this.src = '/resources/images/noIMG.png';this.style='max-width: 20rem;'\"" + "' onerror=\"this.src = '/res/images/noIMG.png';this.style='max-width: 20rem;'\"" + " onload=\"this.classList.remove('loadingByImg');\"></img></a>"; } Loading
src/WhatIsRedmic/UserType.hbs +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ </p> <p> <span> <img style="margin-right: auto; margin-left: auto; display: block;" src="/resources/images/redmic_opciones_usuario.JPG" alt="redmic opciones usuario" width="40%"> <img style="margin-right: auto; margin-left: auto; display: block;" src="/res/images/redmic_opciones_usuario.JPG" alt="redmic opciones usuario" width="40%"> </span> </p> <p> Loading