5 年 前
コミット
de6df5b429
1 ファイル変更1 行追加1 行削除
  1. 1 1
      minigame/WebContent/index.html

+ 1 - 1
minigame/WebContent/index.html

@@ -50,7 +50,7 @@
                     +"scope=snsapi_base";
                     +"scope=snsapi_base";
             }
             }
 
 
-            //window.location.href = url;
+            window.location.href = url;
             $.get(url ,function(data,status){
             $.get(url ,function(data,status){
                 console.log("Data: " + data + "nStatus: " + status);
                 console.log("Data: " + data + "nStatus: " + status);
                 $.post("demo_ajax_gethint.html",{suggest:txt},function(result){
                 $.post("demo_ajax_gethint.html",{suggest:txt},function(result){