OSDN Git Service

test commit
authornagoling <nagoling@gmail.com>
Fri, 20 Sep 2013 00:44:18 +0000 (09:44 +0900)
committernagoling <nagoling@gmail.com>
Fri, 20 Sep 2013 00:44:18 +0000 (09:44 +0900)
net.js

diff --git a/net.js b/net.js
index 675d1ed..ce8208e 100644 (file)
--- a/net.js
+++ b/net.js
@@ -1,10 +1,6 @@
 function Net(){
 }
 Net.prototype.load = function(url){
-       $.get("./index.html", function(data){
-               // console.log(data);
-               // console.log("ff");
-       });
        var data = null;
        $.ajax({
                // type: 'GET',