Your Name hace 4 años
padre
commit
1a4152e6bc
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      similar_web/index.html

+ 1 - 0
similar_web/index.html

@@ -137,6 +137,7 @@
     axios.get('http://www.googo.org:8080/domain/'+qry)
   .then((response) => {
     var sitename = document.getElementById('sitename');
+    alert(response.data);
     var obj = JSON.parse(response.data);
     sitename.innerHTML =obj.SiteName;