jeter20131220 4 rokov pred
rodič
commit
c4b4e0111e
1 zmenil súbory, kde vykonal 2 pridanie a 1 odobranie
  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);
+            
             
         },