před 5 roky
rodič
revize
de6df5b429
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      minigame/WebContent/index.html

+ 1 - 1
minigame/WebContent/index.html

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