jeter20131220 4 lat temu
rodzic
commit
c4b4e0111e
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      goto.js

+ 2 - 1
goto.js

@@ -21,7 +21,8 @@ $(document).ready(function () {
             var a = res;
             console.log(res);
             var d = JSON.parse(res);
-            alert(d[0].name);
+            console.log(d[0].name);
+            
             
         },